mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-05-13 19:13:15 +00:00
0243feaa3d
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
16 lines
256 B
TOML
16 lines
256 B
TOML
[workspace]
|
|
members = [
|
|
"mycelium",
|
|
"mycelium-metrics",
|
|
"mycelium-api",
|
|
"mycelium-cli",
|
|
"mycelium-tun",
|
|
]
|
|
exclude = ["myceliumd", "myceliumd-private", "myceliumd-common", "mobile"]
|
|
resolver = "2"
|
|
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
codegen-units = 1
|