mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-03-30 16:15:40 +00:00
10 lines
242 B
TOML
10 lines
242 B
TOML
[workspace]
|
|
members = ["mycelium", "mycelium-metrics", "mycelium-api", "mycelium-cli"]
|
|
exclude = ["myceliumd", "myceliumd-private", "myceliumd-common", "mycelium-ui", "mobile"]
|
|
resolver = "2"
|
|
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1
|