mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-03-29 07:39:51 +00:00
10 lines
207 B
TOML
10 lines
207 B
TOML
[workspace]
|
|
members = ["mycelium", "mobile", "mycelium-metrics", "mycelium-api", "mycelium-cli"]
|
|
exclude = ["myceliumd", "myceliumd-private"]
|
|
resolver = "2"
|
|
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1
|