summaryrefslogtreecommitdiffstats
path: root/crates/rebel-runner/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:32:37 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:38:17 +0200
commit71763deb61745972f2fc700ca7264c99e2838754 (patch)
tree3709e6fced3582ebfefe81887e03ccdd895dde93 /crates/rebel-runner/Cargo.toml
parente9bf0fc40c0eb7e9d4228b804d62f31b0a136528 (diff)
downloadrebel-71763deb61745972f2fc700ca7264c99e2838754.tar
rebel-71763deb61745972f2fc700ca7264c99e2838754.zip
Reference local packages by their actual names
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"] }