diff options
author | Teddy Wing | 2018-04-12 21:53:24 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-12 21:53:24 +0200 |
commit | a96763889060a2450a135acaf34e0e462960d571 (patch) | |
tree | a47e06731d1cb7421b355019553957aac1266970 /Cargo.toml | |
parent | 8b57140e627a229cb7057b8e7a048d6cf3e811eb (diff) | |
download | meetup-find-events-rss-a96763889060a2450a135acaf34e0e462960d571.tar.bz2 |
Cargo.toml: Add 'getopts'
For command line argument parsing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ name = "meetup-find-events-rss" version = "0.0.1" [dependencies] +getopts = "0.2" + meetup = { path = "meetup" } [workspace] |