aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2017-04-23 03:02:16 +0200
committerTeddy Wing2017-04-23 03:02:16 +0200
commitfa811ee48c200667a71250f2a9cfbadcc5319949 (patch)
treef9f083b1e0bfe98180866d76cbb5410fd2bc1991 /Cargo.toml
parentfd3bf8eb6ebd588850df17c243aae07fdd0259f6 (diff)
downloadHearURL-fa811ee48c200667a71250f2a9cfbadcc5319949.tar.bz2
Cargo.*: Add 'getopts' crate
For easier command line option parsing.
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 3132e1d..75c36b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,4 +3,5 @@ name = "hearurl"
version = "0.0.1"
[dependencies]
+getopts = "0.2"
url = "1.4.0"