diff options
| author | Nathan Jaremko | 2018-05-13 23:11:49 -0400 |
|---|---|---|
| committer | Nathan Jaremko | 2018-05-13 23:11:49 -0400 |
| commit | c449861e1940b9f32569a2b75504244742e3dae0 (patch) | |
| tree | c706f095e6f31a1910fc84e4997bda18877329a1 /Cargo.toml | |
| parent | 8c72734e1abbccbeee833270121c2b86500a81d8 (diff) | |
| download | podcast-c449861e1940b9f32569a2b75504244742e3dae0.tar.bz2 | |
Improve error handling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
