podcasts/podcasts-downloader/Cargo.toml
2019-09-13 02:55:10 +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.0"
log = "0.4.6"
mime_guess = "2.0.1"
reqwest = "0.9.12"
tempdir = "0.3.7"
glob = "0.3.0"
failure = "0.1.5"
failure_derive = "0.1.5"
[dependencies.podcasts-data]
path = "../podcasts-data"
[dev-dependencies]
pretty_assertions = "0.6.1"