dont work very well fix in future
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -4,16 +4,11 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.28", features = ["full"] }
|
||||
indicatif = { version = "0.17", features = ["rayon"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
scraper = "0.12"
|
||||
regex = "1.5"
|
||||
url = "2.2"
|
||||
clap = "2.33"
|
||||
futures = "0.3"
|
||||
scraper = "0.17"
|
||||
structopt = "0.3"
|
||||
indicatif = "0.17"
|
||||
colored = "2.0"
|
||||
regex = "1.10"
|
||||
url = "2.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
csv = "1.2"
|
||||
clap = "2.34.0"
|
||||
Reference in New Issue
Block a user