initial commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user