summaryrefslogtreecommitdiffstats
path: root/headers
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2018-11-16 16:16:42 +0100
committerPhilipp Korber <p.korber@1aim.com>2018-11-16 16:16:42 +0100
commit56760954e7afceca472f3aaf92949c8ed637b6e2 (patch)
treeb852b3371d0cb5acc3a178427672e6f3cd6df268 /headers
parent652d6f0ffeee7302a2cb51059bef75d8b0bb50be (diff)
refactor(wip): fixed imports after moving deps into repo
Diffstat (limited to 'headers')
-rw-r--r--headers/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers/Cargo.toml b/headers/Cargo.toml
index 539ec5e..8f973a4 100644
--- a/headers/Cargo.toml
+++ b/headers/Cargo.toml
@@ -14,12 +14,12 @@ serde-impl = [ "serde", "vec1/serde" ]
traceing = [ "mail-internals/traceing" ]
[dependencies]
+mail-internals = { path="../internals" }
failure = "0.1"
owning_ref = "0.4"
nom = "3.1.0"
soft-ascii-string = "1"
quoted-string = "0.6"
-mail-internals = { git="https://github.com/1aim/mail-internal" }
vec1 = "1"
chrono = "0.4"
total-order-multi-map = "0.4.5"