summaryrefslogtreecommitdiffstats
path: root/crates/rebel-lang/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-lang/Cargo.toml')
-rw-r--r--crates/rebel-lang/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/rebel-lang/Cargo.toml b/crates/rebel-lang/Cargo.toml
index 6601c8e..d0971e4 100644
--- a/crates/rebel-lang/Cargo.toml
+++ b/crates/rebel-lang/Cargo.toml
@@ -15,4 +15,9 @@ enum-kinds = "0.5.1"
[dev-dependencies]
clap = { version = "4.0.0", features = ["derive"] }
+divan = "0.1.14"
reedline = "0.31.0"
+
+[[bench]]
+name = "recipe"
+harness = false