aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2018-04-12 23:54:23 +0200
committerTeddy Wing2018-04-12 23:54:23 +0200
commit71dcba2f063cf763f4ef75ca764b557567dbb5f8 (patch)
treee6a315dcd2d31ae842d93c133a562476a2aa5e14 /meetup/Cargo.toml
parent0df8a05d795f32d72f9e71e661917be36755fba6 (diff)
downloadmeetup-find-events-rss-71dcba2f063cf763f4ef75ca764b557567dbb5f8.tar.bz2
meetup: Add 'serde_json' crate
For deserialising JSON from the API to a struct.
Diffstat (limited to 'meetup/Cargo.toml')
-rw-r--r--meetup/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/meetup/Cargo.toml b/meetup/Cargo.toml
index 43679a7..f3a15c9 100644
--- a/meetup/Cargo.toml
+++ b/meetup/Cargo.toml
@@ -3,3 +3,4 @@ name = "meetup"
version = "0.0.1"
[dependencies]
+serde_json = "1.0"