mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-13 23:58:11 -05:00
17 lines
361 B
TOML
17 lines
361 B
TOML
[workspace]
|
|
members = [
|
|
"emsdk",
|
|
"examples/simple_multiply",
|
|
"examples/calculator_rational",
|
|
"examples/calculator_fractional",
|
|
"examples/chi_sq",
|
|
"examples/dot_prod",
|
|
"seal",
|
|
"seal_bench",
|
|
"sunscreen_backend",
|
|
"sunscreen_compiler",
|
|
"sunscreen_compiler_macros",
|
|
"sunscreen_fhe_program",
|
|
"sunscreen_runtime",
|
|
]
|