mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
12 lines
215 B
TOML
12 lines
215 B
TOML
[workspace]
|
|
members = ["base2k", "rlwe", "rns", "sampling", "utils"]
|
|
|
|
|
|
[workspace.dependencies]
|
|
rand = "0.8.4"
|
|
rand_chacha = "0.3.1"
|
|
rand_core = "0.6.4"
|
|
rand_distr = "0.4.3"
|
|
itertools = "0.14.0"
|
|
criterion = "0.5.1"
|