mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
8 lines
106 B
TOML
8 lines
106 B
TOML
[workspace]
|
|
members = ["crates/vnidrop"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
codegen-units = 1
|