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