diff --git a/Cargo.toml b/Cargo.toml index d3d44f8..ec38c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,6 @@ crate-type = ["cdylib", "lib"] [dependencies] chrono = "^0.4.10" criterion = { version = "0.5", features = ["html_reports"], optional = true } - -[dev-dependencies] rand = "^0.9.1" [features]