summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a709534..dcfd0aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,17 @@
[package]
name = "mt-rs"
-author = "Santo Cariotti <santo@dcariotti.me>"
+authors = ["Santo Cariotti <santo@dcariotti.me>"]
version = "0.1.0"
edition = "2024"
[dependencies]
hex = { version = "0.4.3" }
sha2 = { version = "0.10.9" }
+
+[dev-dependencies]
+criterion = { version = "0.6.0" }
+rand = "0.8"
+
+[[bench]]
+name = "bigfile"
+harness = false