this works fine for now

This commit is contained in:
2025-07-03 20:39:41 +02:00
parent efb93878ff
commit 014f7a873d
5 changed files with 392 additions and 9 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "prawn"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.12", features = ["json", "blocking", "cookies", "gzip", "brotli", "deflate", "stream"] }
tokio = { version = "1.37", features = ["full"] }
scraper = "0.18"
rayon = "1.10"
url = "2.5"
futures = "0.3"
tui = "0.19"
crossterm = "0.27"