You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
581 B

[workspace]
members = [
"algebra-core",
"algebra",
"algebra-benches",
"bench-utils",
"cp-benches",
"crypto-primitives",
"dpc",
"ff-fft",
"gm17",
"groth16",
"r1cs-core",
"r1cs-std",
"algebra-core/algebra-core-derive",
]
[profile.release]
opt-level = 3
lto = "thin"
incremental = true
[profile.bench]
opt-level = 3
debug = false
rpath = false
lto = "thin"
incremental = true
debug-assertions = false
[profile.dev]
opt-level = 0
[profile.test]
opt-level = 3
lto = "thin"
incremental = true
debug-assertions = true
debug = true