mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 18:39:55 +02:00
12 lines
151 B
TOML
12 lines
151 B
TOML
[workspace]
|
|
members = ["crates/vnidrop"]
|
|
resolver = "2"
|
|
|
|
[profile.dev]
|
|
debug = 0
|
|
strip = "debuginfo"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
codegen-units = 1
|