aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2018-05-16 23:32:15 -0400
committerNathan Jaremko2018-05-16 23:32:15 -0400
commit07db1bb3e6e55cc433c286f03eea8a4df8bcbfaf (patch)
treed94e8da64e8d987d0186d53cfb03e1aa0ae76187 /Cargo.toml
parente394ea52b04a99ba55719a7a9764bca3ebb591d2 (diff)
downloadpodcast-07db1bb3e6e55cc433c286f03eea8a4df8bcbfaf.tar.bz2
Escape filenames to prevent issues on some filesystems
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 fd507e3..55196b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "podcast"
-version = "0.5.5"
+version = "0.5.6"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"
@@ -21,6 +21,7 @@ name = "podcast"
chrono = { version = "0.4", features = ["serde"] }
clap = "2.28"
error-chain = "0.11"
+lazy_static = "1.0"
rayon = "0.9"
regex = "0.2"
reqwest = "0.8"