aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-05-29 14:09:36 +0200
committerTeddy Wing2021-05-29 14:09:36 +0200
commitf4a44010a7dc0ad8c5ec236de0310b4f4913daac (patch)
tree1e11a8b730efbe2e95f04921f519c9aaa992559d /Cargo.toml
parent5ed8648509b6a9b19b654c3b11480efa83c63a11 (diff)
downloadreflectub-f4a44010a7dc0ad8c5ec236de0310b4f4913daac.tar.bz2
Make a test request to the GitHub API to get user repos
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 5a1573d..11605d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+reqwest = { version = "0.11.3", features = ["blocking", "json"] }