summaryrefslogtreecommitdiffstats
path: root/crates/rebel-parse/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-parse/Cargo.toml')
-rw-r--r--crates/rebel-parse/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rebel-parse/Cargo.toml b/crates/rebel-parse/Cargo.toml
index f75e382..3ed7d98 100644
--- a/crates/rebel-parse/Cargo.toml
+++ b/crates/rebel-parse/Cargo.toml
@@ -11,3 +11,6 @@ edition = "2021"
rebel-common = { path = "../rebel-common" }
peg = "0.8.2"
+
+[dev-dependencies]
+clap = { version = "4.0.0", features = ["derive"] }