aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1cc49f9..f8947bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+anyhow = "1.0.102"
clap = { version = "4.5.60", features = ["derive"] }
+reqwest = { version = "0.13.2", features = ["cookies", "json"] }
+serde_json = "1.0.149"
+tokio = { version = "1.49.0", features = ["full"] }