Files
Sunscreen/Cargo.toml
2023-02-21 14:44:45 -08:00

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