alioth/Cargo.toml
Changyuan Lyu 7f2e3bf287 Initial release
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2024-04-24 19:34:14 -07:00

13 lines
148 B
TOML

[workspace]
members = [
"alioth",
"alioth-cli",
]
resolver = "2"
[profile.release]
lto = true
codegen-units = 1
opt-level = 3
strip = true