15 lines
321 B
TOML
15 lines
321 B
TOML
[package]
|
|
name = "r34-scraper"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-std = "1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
ctrlc = "3"
|
|
futures = "0"
|
|
indicatif = "0"
|
|
regex = "1"
|
|
reqwest = { version = "0", features = ["blocking"] }
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|