From 56760954e7afceca472f3aaf92949c8ed637b6e2 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Fri, 16 Nov 2018 16:16:42 +0100 Subject: refactor(wip): fixed imports after moving deps into repo --- headers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'headers') 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" -- cgit v1.2.3