2024-02-05 21:48:57 +00:00
|
|
|
[workspace]
|
2024-05-21 07:09:16 +00:00
|
|
|
members = ["alioth", "alioth-cli", "macros", "serde-aco"]
|
2024-02-05 21:48:57 +00:00
|
|
|
resolver = "2"
|
|
|
|
|
2024-04-29 05:47:46 +00:00
|
|
|
[workspace.package]
|
|
|
|
authors = ["Changyuan Lyu <changyuan.lv@gmail.com>"]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/google/alioth"
|
|
|
|
|
2024-04-27 04:03:28 +00:00
|
|
|
[workspace.dependencies]
|
|
|
|
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
|
2024-05-21 07:09:16 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2024-06-09 02:52:23 +00:00
|
|
|
snafu = "0.8.3"
|
2024-04-27 04:03:28 +00:00
|
|
|
|
2024-02-05 21:48:57 +00:00
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
codegen-units = 1
|
|
|
|
opt-level = 3
|
|
|
|
strip = true
|