mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
8 lines
146 B
TOML
8 lines
146 B
TOML
[package]
|
|
name = "sampling"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand_chacha = { workspace = true }
|
|
rand_core = { workspace = true } |