From cd693c21fff37eb141e2ebcdb37fbe6dcc4c7f4c Mon Sep 17 00:00:00 2001 From: Nikolai Schimke <94403162+NikolaiSch@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:02:38 +0000 Subject: [PATCH] Remove unused dependencies and benchmarks --- Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75971ab..088854d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,16 +24,8 @@ thiserror = "1.0.56" chrono = "0.4.33" -[dev-dependencies] -criterion = { version = "0.5", features = ["html_reports"] } -[[bench]] -name = "db" -harness = false -[[bench]] -name = "browser" -harness = false [profile.release] strip = true