diff options
| author | Nathan Jaremko | 2018-05-16 23:32:15 -0400 |
|---|---|---|
| committer | Nathan Jaremko | 2018-05-16 23:32:15 -0400 |
| commit | 07db1bb3e6e55cc433c286f03eea8a4df8bcbfaf (patch) | |
| tree | d94e8da64e8d987d0186d53cfb03e1aa0ae76187 /Cargo.toml | |
| parent | e394ea52b04a99ba55719a7a9764bca3ebb591d2 (diff) | |
| download | podcast-07db1bb3e6e55cc433c286f03eea8a4df8bcbfaf.tar.bz2 | |
Escape filenames to prevent issues on some filesystems
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.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" |
