[workspace]
|
|
members = [
|
|
"arith",
|
|
"gfhe",
|
|
"bfv",
|
|
"ckks",
|
|
"tfhe"
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
anyhow = "1.0.56"
|
|
rand = "0.8.5"
|
|
rand_distr = "0.4.3"
|
|
itertools = "0.14.0"
|