khinsider-downloader/Cargo.toml

15 lines
289 B
TOML
Raw Normal View History

2024-01-21 03:20:10 +00:00
[package]
name = "khinsider"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
minreq = { version = "2.11.0", features = ["https"] }
sanitize-filename = "0.5.0"
scraper = "0.14.0"
url = "2.5.0"
urlencoding = "2.1.3"