alioth/Cargo.toml
Changyuan Lyu 5479762c7e chore(cargo): update package metadata
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2024-04-29 09:45:08 -07:00

17 lines
381 B
TOML

[workspace]
members = ["alioth", "alioth-cli"]
resolver = "2"
[workspace.package]
authors = ["Changyuan Lyu <changyuan.lv@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/google/alioth"
[workspace.dependencies]
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
[profile.release]
lto = true
codegen-units = 1
opt-level = 3
strip = true