unplugged-system/external/rust/beto-rust/nearby/presence/rand_ext/Cargo.toml

14 lines
278 B
TOML

[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]