gmftools/Cargo.toml

12 lines
116 B
TOML

[workspace]
members = [
"gmflib",
"gmftool",
"gmfmacros",
]
[profile.release]
strip = true
lto = true