my fork of dmp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c47647..4a60b82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+
+[dev-dependencies]
+criterion = "0"
+
+[[bench]]
+name = "prefix"
+harness = false \ No newline at end of file