From 91358013ef0710cec997fbb8360e165ca7339749 Mon Sep 17 00:00:00 2001 From: crunk Date: Mon, 11 Sep 2023 19:35:29 +0200 Subject: [PATCH] adding rewquest for post requests --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0a61e6a..eca6220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,5 @@ edition = "2018" [dependencies] clap = { version = "4.0", features = ["derive"] } +reqwest = { version = "0.11", features = ["json"] } +tokio = { version = "1", features = ["full"] }