diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-01 22:05:20 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-01 22:06:24 +0300 |
| commit | c6ffa62423659cf7d82802b9e0343f149c780de3 (patch) | |
| tree | 8b5299ff9c89dbd9906d4abdceea95f0744da718 /Cargo.toml | |
| parent | b0e66713529bd1cdac39d73fd06d37731b58882c (diff) | |
| download | oreilly-epub-c6ffa62423659cf7d82802b9e0343f149c780de3.tar.gz oreilly-epub-c6ffa62423659cf7d82802b9e0343f149c780de3.zip | |
Add authentication using cookies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"] } |
