aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0afa8f4ce8653a3a876afe27e064f1f4722c1b81 (plain)
1
2
3
4
5
6
7
8
9
[workspace]
members = ["adenosine-cli", "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"