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, 1 insertions, 2 deletions
diff --git a/crates/rebel-parse/Cargo.toml b/crates/rebel-parse/Cargo.toml
index b87ba3f..0233af8 100644
--- a/crates/rebel-parse/Cargo.toml
+++ b/crates/rebel-parse/Cargo.toml
@@ -8,10 +8,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+peg = { git = "https://github.com/kevinmehall/rust-peg.git", version = "0.8.2" }
rebel-common = { path = "../rebel-common" }
-peg = "0.8.2"
-
[dev-dependencies]
clap = { version = "4.0.0", features = ["derive"] }
divan = "0.1.14"