podcasts/hammond-downloader/Cargo.toml

23 lines
420 B
TOML

[package]
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
name = "hammond-downloader"
version = "0.1.0"
workspace = "../"
[dependencies]
error-chain = "0.11.0"
hyper = "0.11.10"
log = "0.3.8"
mime_guess = "1.8.3"
reqwest = "0.8.2"
tempdir = "0.3.5"
glob = "0.2.11"
lazy_static = "1.0.0"
[dependencies.diesel]
features = ["sqlite"]
version = "0.99.0"
[dependencies.hammond-data]
path = "../hammond-data"