Files
Sunscreen/Cargo.toml
2023-07-14 14:10:36 -07:00

29 lines
584 B
TOML

[workspace]
resolver = '2'
members = [
"benchmarks/bfv_zkp",
"benchmarks/cannonical_norm_noise_model",
"emsdk",
"examples/*",
"logproof",
"seal_fhe",
"sunscreen",
"sunscreen_backend",
"sunscreen_bulletproofs",
"sunscreen_compiler_common",
"sunscreen_compiler_macros",
"sunscreen_curve25519",
"sunscreen_fhe_program",
"sunscreen_math",
"sunscreen_runtime",
"sunscreen_compiler_common",
"sunscreen_zkp_backend",
]
exclude = [
"mdBook",
"rust-playground"
]
[profile.release]
split-debuginfo="packed"
debug=true