Files
poulpy/sampling/Cargo.toml
Jean-Philippe Bossuat 82810a87c8 Added license
2025-05-30 11:48:04 +02:00

10 lines
201 B
TOML

[package]
name = "sampling"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[dependencies]
rand_distr = {workspace = true}
rand_chacha = { workspace = true }
rand_core = { workspace = true }