mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-13 15:47:59 -05:00
24 lines
504 B
TOML
24 lines
504 B
TOML
[workspace]
|
|
members = [
|
|
"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",
|
|
"seal_fhe",
|
|
"sunscreen",
|
|
"sunscreen_backend",
|
|
"sunscreen_compiler_macros",
|
|
"sunscreen_fhe_program",
|
|
"sunscreen_runtime",
|
|
]
|
|
exclude = [
|
|
"mdBook",
|
|
"rust-playground"
|
|
]
|