diff options
author | Teddy Wing | 2017-04-23 03:02:16 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-23 03:02:16 +0200 |
commit | fa811ee48c200667a71250f2a9cfbadcc5319949 (patch) | |
tree | f9f083b1e0bfe98180866d76cbb5410fd2bc1991 /Cargo.toml | |
parent | fd3bf8eb6ebd588850df17c243aae07fdd0259f6 (diff) | |
download | HearURL-fa811ee48c200667a71250f2a9cfbadcc5319949.tar.bz2 |
Cargo.*: Add 'getopts' crate
For easier command line option parsing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,4 +3,5 @@ name = "hearurl" version = "0.0.1" [dependencies] +getopts = "0.2" url = "1.4.0" |