mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-14 08:07:56 -05:00
18 lines
373 B
TOML
18 lines
373 B
TOML
[workspace]
|
|
members = [
|
|
#"emsdk",
|
|
"examples/amm",
|
|
"examples/simple_multiply",
|
|
"examples/calculator_rational",
|
|
"examples/calculator_fractional",
|
|
"examples/chi_sq",
|
|
"examples/dot_prod",
|
|
"seal",
|
|
"seal_bench",
|
|
"sunscreen",
|
|
"sunscreen_backend",
|
|
"sunscreen_compiler_macros",
|
|
"sunscreen_fhe_program",
|
|
"sunscreen_runtime",
|
|
]
|