Files
vnt/Cargo.toml
2024-06-15 20:54:49 +08:00

14 lines
246 B
TOML

[workspace]
members = ["vnt", "common", "vnt-cli", "vn-link", "vn-link-cli"]
[profile.release]
opt-level = 'z'
debug = 0
debug-assertions = false
strip = "debuginfo"
lto = true
panic = 'abort'
incremental = false
codegen-units = 1
rpath = false