diff options
author | Teddy Wing | 2017-04-14 00:45:19 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-14 00:45:19 +0200 |
commit | 838d39fca61ade06e871436bc4977edab270970c (patch) | |
tree | eb3217b45379d15bb8c6951414d9a5a0f0ef397d /Cargo.toml | |
parent | bc399711f3f31a1a16a03f2440f966dae16ae8e3 (diff) | |
download | HearURL-838d39fca61ade06e871436bc4977edab270970c.tar.bz2 |
Cargo.*: Add 'url' crate
Allow us to parse URLs.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ name = "hearurl" version = "0.0.1" [dependencies] +url = "1.4.0" |