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

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

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