summaryrefslogtreecommitdiffstats
path: root/headers/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 /headers/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 'headers/Cargo.toml')
-rw-r--r--headers/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers/Cargo.toml b/headers/Cargo.toml
index 0c50bdb..d5a51c7 100644
--- a/headers/Cargo.toml
+++ b/headers/Cargo.toml
@@ -17,7 +17,7 @@ traceing = [ "mail-internals/traceing" ]
features = [ "serde-impl" ]
[dependencies]
-mail-internals = "0.2.3"
+mail-internals = { version = "0.2.3", path = "../internals" }
failure = "0.1"
owning_ref = "0.4"
nom = "3.1.0"