From 02932ee8b40669b3cbaecda202cf2c949d370904 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 18 Dec 2016 23:24:04 +0100 Subject: Print the original URL with username/password in the message --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5b183c4..e093f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ build = "build.rs" [dependencies] ascii = "0.7" tiny_http = "0.5" +url = "0.2" rustc-serialize = "0.3" time = "0.1" rust-crypto = "0.2" -- cgit v1.2.1