mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Add rand as a development dependency in Cargo.toml
This commit is contained in:
parent
6858fa4bfa
commit
48660b1a75
@ -15,6 +15,9 @@ crate-type = ["cdylib", "lib"]
|
||||
chrono = "^0.4.10"
|
||||
criterion = { version = "0.5", features = ["html_reports"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "^0.9.1"
|
||||
|
||||
[features]
|
||||
bench = ["dep:criterion"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user