16 lines
220 B
TOML
16 lines
220 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.4.1"
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
debug = false
|
|
panic = "abort"
|
|
overflow-checks = false
|
|
strip = true
|