Files
poulpy/Cargo.toml
Jean-Philippe Bossuat 3a828740cc Traits cleaning, CBT example & bug fixes (#72)
* Some cleaning, CBT example, fix mod switch and add LUT correctness test to BR test

* finished trait cleaning

* removed trait aliastoutside of backend
2025-08-16 18:23:22 +02:00

15 lines
284 B
TOML

[workspace]
members = ["backend", "core", "sampling", "schemes", "poulpy"]
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"