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.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/rebel-parse/Cargo.toml b/crates/rebel-parse/Cargo.toml
index 29dc1ed..f75e382 100644
--- a/crates/rebel-parse/Cargo.toml
+++ b/crates/rebel-parse/Cargo.toml
@@ -8,4 +8,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+rebel-common = { path = "../rebel-common" }
+
peg = "0.8.2"