aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 574e800a..657f7da6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ async-trait = "0.1.89"
base64 = "0.22.1"
bzip2 = "0.6.1"
chrono = { version = "0.4.44", features = ["serde"] }
+criterion = { version = "0.8.2", features = ["async_tokio", "html_reports"] }
fastrand = "2.4.1"
flate2 = "1.1.9"
futures = "0.3.32"