Skip to content

Commit

Permalink
Restored rand crate, Needed for "cargo benc".
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Jul 2, 2024
1 parent b6aedb4 commit f1d5450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ d3_delaunay_rs = { workspace = true }
lazy_static = "1.5.0"

[dev-dependencies]
rand = "0.8.5"
pretty_assertions = "~1"
wasm-bindgen-test = "~0.3"
criterion = { version = "~0.5", features = ["html_reports"] }
Expand Down

0 comments on commit f1d5450

Please sign in to comment.