initial commit
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "khinsider"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
clap = { version = "4.4.10", features = ["derive"] }
|
||||
id3 = "1.13.1"
|
||||
minreq = { version = "2.11.0", features = ["https"] }
|
||||
sanitize-filename = "0.5.0"
|
||||
scraper = "0.14.0"
|
||||
url = "2.5.0"
|
||||
urlencoding = "2.1.3"
|
||||
Reference in New Issue
Block a user