initial commit

This commit is contained in:
aaron-jack-manning
2024-01-11 17:30:55 +11:00
commit dd04b9f29f
9 changed files with 1849 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "podcast-hoarder"
version = "0.0.0"
edition = "2021"
authors = ["Aaron Manning <contact@aaronmanning.net>"]
license = "GPL-2.0-only"
[dependencies]
anyhow = "1.0.76"
chrono = { version = "0.4.31", features = ["serde"] }
clap = { version = "4.4.11", features = ["derive"] }
minreq = { version = "2.11.0", features = ["https"] }
sanitise-file-name = "1.0.0"
serde = { version = "1.0.193", features = ["derive"] }
toml = "0.8.8"
url = "2.5.0"
xml_serde = "1.4.1"