tcpasters/Cargo.toml
Thorsten Schubert 64782a6d2d Migrate to cargo workspace
Prepare filtering binary

Hash database cli skeleton
2022-04-04 16:37:22 +00:00

12 lines
163 B
TOML

[workspace]
members = ["tcpaste"]
[profile.dev]
incremental = false
[profile.release]
strip = true
lto = true
panic = "abort"
codegen-units = 1
#opt-level = "z"