aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 d93b041..ea68cef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,10 @@ termios = "0.3"
pish_derive = { path = "./pish_derive" }
nix = { version = "0.31.2", features = ["poll", "signal"] }
terminfo-lean = "0.1.2"
+
+[dev-dependencies]
+criterion = "0.5"
+
+[[bench]]
+name = "regex"
+harness = false