From 9dacb9293f9b995c6c810227f73b4aa5cf019bab Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 10 Feb 2026 22:56:54 +0900 Subject: add some crates --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5003bf5..9e927a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" edition = "2024" [dependencies] +clap = "4.5.57" +reqwest = "0.13.2" +tokio = { version = "1.49.0", features = ["full"] } -- cgit v1.3.1