mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-14 08:07:56 -05:00
36 lines
790 B
TOML
36 lines
790 B
TOML
[workspace]
|
|
resolver = '2'
|
|
members = [
|
|
"benchmarks/bfv_zkp",
|
|
"benchmarks/cannonical_norm_noise_model",
|
|
"emsdk",
|
|
"examples/amm",
|
|
"examples/simple_multiply",
|
|
"examples/calculator_rational",
|
|
"examples/calculator_fractional",
|
|
"examples/chi_sq",
|
|
"examples/dot_prod",
|
|
"examples/mean_variance",
|
|
"examples/pir",
|
|
"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 |