mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-17 01:28:09 -05:00
29 lines
584 B
TOML
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 |