Skip to content

Commit

Permalink
feat: add cargo dependency reqwest
Browse files Browse the repository at this point in the history
It'll be used by a litle script (health check) that needs to make HTTP request.
  • Loading branch information
josecelano committed Nov 23, 2023
1 parent f5884e1 commit 16d6a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ r2d2 = "0"
r2d2_mysql = "24"
r2d2_sqlite = { version = "0", features = ["bundled"] }
rand = "0"
reqwest = "0"
serde = { version = "1", features = ["derive"] }
serde_bencode = "0"
serde_json = "1"
Expand Down

0 comments on commit 16d6a47

Please sign in to comment.