aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-03-01 22:05:20 +0300
committerA Farzat <a@farzat.xyz>2026-03-01 22:06:24 +0300
commitc6ffa62423659cf7d82802b9e0343f149c780de3 (patch)
tree8b5299ff9c89dbd9906d4abdceea95f0744da718 /Cargo.toml
parentb0e66713529bd1cdac39d73fd06d37731b58882c (diff)
downloadoreilly-epub-c6ffa62423659cf7d82802b9e0343f149c780de3.tar.gz
oreilly-epub-c6ffa62423659cf7d82802b9e0343f149c780de3.zip
Add authentication using cookies
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"] }