podcasts/podcasts-downloader/Cargo.toml
2019-10-20 20:21:32 +03:00

22 lines
399 B
TOML

[package]
authors = ["Jordan Petridis <jpetridis@gnome.org>"]
name = "podcasts-downloader"
version = "0.1.0"
edition = "2018"
[dependencies]
error-chain = "0.12.1"
log = "0.4.8"
mime_guess = "2.0.1"
reqwest = "0.9.22"
tempdir = "0.3.7"
glob = "0.3.0"
failure = "0.1.6"
failure_derive = "0.1.6"
[dependencies.podcasts-data]
path = "../podcasts-data"
[dev-dependencies]
pretty_assertions = "0.6.1"