aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2017-04-14 00:45:19 +0200
committerTeddy Wing2017-04-14 00:45:19 +0200
commit838d39fca61ade06e871436bc4977edab270970c (patch)
treeeb3217b45379d15bb8c6951414d9a5a0f0ef397d /Cargo.toml
parentbc399711f3f31a1a16a03f2440f966dae16ae8e3 (diff)
downloadHearURL-838d39fca61ade06e871436bc4977edab270970c.tar.bz2
Cargo.*: Add 'url' crate
Allow us to parse URLs.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"