From 838d39fca61ade06e871436bc4977edab270970c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 14 Apr 2017 00:45:19 +0200 Subject: Cargo.*: Add 'url' crate Allow us to parse URLs. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a707a7d..3132e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,4 @@ name = "hearurl" version = "0.0.1" [dependencies] +url = "1.4.0" -- cgit v1.2.3