aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-05-29 14:39:29 +0200
committerTeddy Wing2021-05-29 14:39:29 +0200
commit1a9a3ecf18cd71898be230e2045b2d907f8fcdd7 (patch)
tree5bbd6363aa0671fb3326b30ca5f349d12e9e8091 /Cargo.toml
parenta1f45240d3d0353028fc429175479adce5a15b2d (diff)
downloadreflectub-1a9a3ecf18cd71898be230e2045b2d907f8fcdd7.tar.bz2
Parse GitHub API response to a struct
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 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"] }