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