Set up a Cargo workspace

This commit is contained in:
Jack Grigg
2018-08-23 21:10:04 +01:00
parent d7257ce010
commit 0ec85d362d
3 changed files with 33 additions and 5 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[workspace]
members = [
"librustzcash",
]
[profile.release]
lto = true
panic = 'abort'
codegen-units = 1