mirror of
https://github.com/google/alioth.git
synced 2024-11-28 09:26:21 +00:00
b44bb87b87
`RwLock` is used a lot and the feature `hardware-lock-elision` looks very promising. Signed-off-by: Changyuan Lyu <changyuanl@google.com>
12 lines
236 B
TOML
12 lines
236 B
TOML
[workspace]
|
|
members = ["alioth", "alioth-cli"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
strip = true
|