diff options
author | Teddy Wing | 2018-04-12 23:54:23 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-12 23:54:23 +0200 |
commit | 71dcba2f063cf763f4ef75ca764b557567dbb5f8 (patch) | |
tree | e6a315dcd2d31ae842d93c133a562476a2aa5e14 /meetup | |
parent | 0df8a05d795f32d72f9e71e661917be36755fba6 (diff) | |
download | meetup-find-events-rss-71dcba2f063cf763f4ef75ca764b557567dbb5f8.tar.bz2 |
meetup: Add 'serde_json' crate
For deserialising JSON from the API to a struct.
Diffstat (limited to 'meetup')
-rw-r--r-- | meetup/Cargo.toml | 1 |
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" |