summaryrefslogtreecommitdiffstats
path: root/crates/rebel-runner/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-runner/Cargo.toml')
-rw-r--r--crates/rebel-runner/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-runner/Cargo.toml b/crates/rebel-runner/Cargo.toml
index 076e47a..3df06f8 100644
--- a/crates/rebel-runner/Cargo.toml
+++ b/crates/rebel-runner/Cargo.toml
@@ -8,7 +8,7 @@ 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" }
+rebel-common = { path = "../rebel-common" }
bincode = "1.3.3"
blake3 = { version = "1.3.0", features = ["traits-preview"] }