meow
This commit is contained in:
parent
b37d609552
commit
814554e208
2 changed files with 689 additions and 35 deletions
717
Cargo.lock
generated
717
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,12 +4,19 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
anyhow = "1.0.100"
|
||||||
|
clap = { version = "4.5.48", features= ["derive"] }
|
||||||
console = "0.16.1"
|
console = "0.16.1"
|
||||||
|
crossterm = { version = "0.29.0", optional = true }
|
||||||
indicatif = "0.18.0"
|
indicatif = "0.18.0"
|
||||||
md5 = "0.8.0"
|
md5 = "0.8.0"
|
||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
|
ratatui = { version = "0.29.0", optional = true }
|
||||||
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
|
reqwest = { version = "0.12.23", features = ["blocking", "json"] }
|
||||||
scraper = "0.19.0"
|
scraper = "0.19.0"
|
||||||
|
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
|
spinners = "4.1.1"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
tui = ["ratatui", "crossterm"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue