blob: bbdb5af28f2f8225488b22c624684d19d11bb8ef [file] [log] [blame]
[package]
name = "rand_ext"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
crypto_provider.workspace = true
log.workspace = true
rand = { workspace = true, features = ["std", "std_rng"] }
rand_pcg.workspace = true
[dev-dependencies]