From 5b70dccfd32890bb50cf2b27cc969ef616fcea9d Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 27 Jun 2015 14:43:30 +0200 Subject: [PATCH] Fix git url for rust-email --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3291d14..62b369b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-crypto = "0.2" bufstream = "0.1" [dependencies.email] -path = "../rust-email" +git = "https://github.com/amousset/rust-email.git" [dev-dependencies] env_logger = "*"