10 lines
110 B
TOML
10 lines
110 B
TOML
[workspace]
|
|
members = [
|
|
"librustzcash",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = 'abort'
|
|
codegen-units = 1
|