aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-04-12 21:53:24 +0200
committerTeddy Wing2018-04-12 21:53:24 +0200
commita96763889060a2450a135acaf34e0e462960d571 (patch)
treea47e06731d1cb7421b355019553957aac1266970 /Cargo.toml
parent8b57140e627a229cb7057b8e7a048d6cf3e811eb (diff)
downloadmeetup-find-events-rss-a96763889060a2450a135acaf34e0e462960d571.tar.bz2
Cargo.toml: Add 'getopts'
For command line argument parsing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8c130c7..0c582d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,8 @@ name = "meetup-find-events-rss"
version = "0.0.1"
[dependencies]
+getopts = "0.2"
+
meetup = { path = "meetup" }
[workspace]