From 1a9a3ecf18cd71898be230e2045b2d907f8fcdd7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 May 2021 14:39:29 +0200 Subject: Parse GitHub API response to a struct --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 11605d9..3387fb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,4 @@ edition = "2018" [dependencies] reqwest = { version = "0.11.3", features = ["blocking", "json"] } +serde = { version = "1.0.126", features = ["derive"] } -- cgit v1.2.3