mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-24 04:33:52 +01:00
17 lines
202 B
TOML
17 lines
202 B
TOML
[workspace]
|
|
members = [
|
|
"arith",
|
|
"gfhe",
|
|
"bfv",
|
|
"ckks",
|
|
"tfhe"
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.56"
|
|
rand = "0.9.2"
|
|
rand_distr = "0.5.1"
|
|
itertools = "0.14.0"
|