summaryrefslogtreecommitdiffstats
path: root/crates/rebel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel/Cargo.toml')
-rw-r--r--crates/rebel/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rebel/Cargo.toml b/crates/rebel/Cargo.toml
index e9a399e..9eba0fa 100644
--- a/crates/rebel/Cargo.toml
+++ b/crates/rebel/Cargo.toml
@@ -9,6 +9,7 @@ edition = "2021"
[dependencies]
rebel-common = { path = "../rebel-common" }
+rebel-parse = { path = "../rebel-parse" }
rebel-resolve = { path = "../rebel-resolve" }
rebel-runner = { path = "../rebel-runner" }