summaryrefslogtreecommitdiffstats
path: root/headers/Cargo.toml
diff options
context:
space:
mode:
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"