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

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

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