summaryrefslogtreecommitdiffstats
path: root/crates/rebel/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 17:11:34 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 17:12:02 +0200
commit7164660d63052bfa47a082711a64529b026b35f2 (patch)
treeaa1358f85c6afe9ce50676d8e1f439fc97517367 /crates/rebel/Cargo.toml
parent801f049969be0ca907b74e53597bec33cba97af4 (diff)
downloadrebel-7164660d63052bfa47a082711a64529b026b35f2.tar
rebel-7164660d63052bfa47a082711a64529b026b35f2.zip
Move rebel-parse dependency from rebel-resolve to rebel
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" }