mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-03-29 07:39:51 +00:00
This reverts commit 3fea7e58b4.
Metadata structure has been added in the mycelium-cdn-registry
repository
10 lines
222 B
TOML
10 lines
222 B
TOML
[workspace]
|
|
members = ["mycelium", "mycelium-metrics", "mycelium-api", "mycelium-cli"]
|
|
exclude = ["myceliumd", "myceliumd-private", "mycelium-ui", "mobile"]
|
|
resolver = "2"
|
|
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1
|