summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-12-18 23:24:04 +0100
committerYves Fischer <yvesf-git@xapek.org>2016-12-18 23:24:04 +0100
commit02932ee8b40669b3cbaecda202cf2c949d370904 (patch)
treeb8dae6f7f8efde35d76530268fd486641bd4c31a /src/main.rs
parent8ceac0236c555979a9172c69c1a9e895d7487d6f (diff)
downloadauth-xmppmessage-02932ee8b40669b3cbaecda202cf2c949d370904.tar.gz
auth-xmppmessage-02932ee8b40669b3cbaecda202cf2c949d370904.zip
Print the original URL with username/password in the messageHEADmaster
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 30d4f8b..b536464 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -12,6 +12,7 @@ extern crate time;
extern crate rand;
extern crate rustc_serialize;
extern crate simple_logger;
+extern crate url;
use crypto::digest::Digest;
use crypto::sha1::Sha1;