aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: dee801e24cbd968312bc721a472d9a91401d7103 (plain)
1
2
3
4
5
6
7
8
9
[workspace]
members = ["adenosine-cli", "adenosine-pds"]

# NOTE: [workspace.package] did not work with some plugins and build tools

[profile.release]
lto = true
codegen-units = 1
opt-level = "z"