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