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"] }