aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-04-13 02:42:16 +0200
committerTeddy Wing2018-04-13 02:42:16 +0200
commitce4031c7252f096da2eaafdca13619240a8cf088 (patch)
treea8f4f427ececbaa3b07b4a16c38055bedbae3597 /Cargo.toml
parent6499eda0bd6197601b8024220236ec6d6282e74e (diff)
downloadmeetup-find-events-rss-ce4031c7252f096da2eaafdca13619240a8cf088.tar.bz2
Add 'rss' crate
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 0c582d9..5c959c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.1"
[dependencies]
getopts = "0.2"
+rss = "1.4"
meetup = { path = "meetup" }