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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rebel/Cargo.toml b/crates/rebel/Cargo.toml
index 7164ca6..9d5c498 100644
--- a/crates/rebel/Cargo.toml
+++ b/crates/rebel/Cargo.toml
@@ -8,8 +8,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-common = { path = "../rebel-common", package = "rebel-common" }
-runner = { path = "../rebel-runner", package = "rebel-runner" }
+rebel-common = { path = "../rebel-common" }
+rebel-runner = { path = "../rebel-runner" }
clap = { version = "4.0.0", features = ["derive"] }
deb-version = "0.1.1"