This commit is contained in:
Lucy 2025-09-30 20:38:13 +02:00
parent 23905877c7
commit 208234df27
7 changed files with 478 additions and 127 deletions

View file

@ -8,15 +8,18 @@ anyhow = "1.0.100"
clap = { version = "4.5.48", features= ["derive"] }
console = "0.16.1"
crossterm = { version = "0.29.0", optional = true }
html_parser = "0.7.0"
indicatif = "0.18.0"
md5 = "0.8.0"
num_cpus = "1.17.0"
rand = "0.9.2"
ratatui = { version = "0.29.0", optional = true }
regex = "1.11.3"
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
scraper = "0.19.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
spinners = "4.1.1"
[features]