aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2018-05-13 23:11:49 -0400
committerNathan Jaremko2018-05-13 23:11:49 -0400
commitc449861e1940b9f32569a2b75504244742e3dae0 (patch)
treec706f095e6f31a1910fc84e4997bda18877329a1 /Cargo.toml
parent8c72734e1abbccbeee833270121c2b86500a81d8 (diff)
downloadpodcast-c449861e1940b9f32569a2b75504244742e3dae0.tar.bz2
Improve error handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 673c174..13f222e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "podcast"
-version = "0.5.3"
+version = "0.5.4"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"
@@ -20,6 +20,7 @@ name = "podcast"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
clap = "2.28"
+error-chain = "0.11"
rayon = "0.9"
regex = "0.2"
reqwest = "0.8"