initial commit

This commit is contained in:
aaron-jack-manning
2024-01-21 14:20:10 +11:00
committed by Aaron Manning
commit 4fb4948dcc
4 changed files with 138 additions and 0 deletions

14
Cargo.toml Normal file
View 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"