mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
* crates re-organisation * fixed typo in layout & added test for vmp_apply * updated dependencies
15 lines
297 B
TOML
15 lines
297 B
TOML
[workspace]
|
|
members = ["poulpy-hal", "poulpy-core", "poulpy-backend", "poulpy-schemes"]
|
|
resolver = "3"
|
|
|
|
[workspace.dependencies]
|
|
rug = "1.27"
|
|
rand = "0.9.1"
|
|
rand_chacha = "0.9.0"
|
|
rand_core = "0.9.3"
|
|
rand_distr = "0.5.1"
|
|
itertools = "0.14.0"
|
|
criterion = "0.7.0"
|
|
byteorder = "1.5.0"
|
|
zstd = "0.13.3"
|