From 71dcba2f063cf763f4ef75ca764b557567dbb5f8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 12 Apr 2018 23:54:23 +0200 Subject: meetup: Add 'serde_json' crate For deserialising JSON from the API to a struct. --- meetup/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'meetup') 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" -- cgit v1.2.3