summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-26 12:27:03 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-26 12:30:38 +0100
commit50f0052d7481c0678b6db627a5f445110f4d963e (patch)
tree9ed3a0753d94db8d86b209b0bc869a93b4d85d5c /core/Cargo.toml
parent71ea078d4eb5d857680a69b01f7427ea43e2f5a2 (diff)
Let all Cargo.tomls in the workspace use the workspace in development modecargo-toml-own-workspace
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 375d3ac..e7bc4e4 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -20,8 +20,8 @@ test-utils = ["default", "lazy_static"]
features = [ "serde-impl", "default" ]
[dependencies]
-mail-internals = "0.2.3"
-mail-headers = "0.6.6"
+mail-internals = { version = "0.2.3", path = "../internals" }
+mail-headers = { version = "0.6.6", path = "../headers" }
failure = "0.1.2"
futures = "0.1.24"
log = "0.3.8"