diff options
author | Teddy Wing | 2021-05-29 14:09:36 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-29 14:09:36 +0200 |
commit | f4a44010a7dc0ad8c5ec236de0310b4f4913daac (patch) | |
tree | 1e11a8b730efbe2e95f04921f519c9aaa992559d /Cargo.toml | |
parent | 5ed8648509b6a9b19b654c3b11480efa83c63a11 (diff) | |
download | reflectub-f4a44010a7dc0ad8c5ec236de0310b4f4913daac.tar.bz2 |
Make a test request to the GitHub API to get user repos
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ version = "0.0.1" edition = "2018" [dependencies] +reqwest = { version = "0.11.3", features = ["blocking", "json"] } |