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

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

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