diff options
author | Teddy Wing | 2021-05-29 14:39:29 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-29 14:39:29 +0200 |
commit | 1a9a3ecf18cd71898be230e2045b2d907f8fcdd7 (patch) | |
tree | 5bbd6363aa0671fb3326b30ca5f349d12e9e8091 /Cargo.toml | |
parent | a1f45240d3d0353028fc429175479adce5a15b2d (diff) | |
download | reflectub-1a9a3ecf18cd71898be230e2045b2d907f8fcdd7.tar.bz2 |
Parse GitHub API response to a struct
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ edition = "2018" [dependencies] reqwest = { version = "0.11.3", features = ["blocking", "json"] } +serde = { version = "1.0.126", features = ["derive"] } |