diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "podcast" edition = "2018" -version = "0.10.3" +version = "0.11.0" authors = ["Nathan Jaremko <njaremko@gmail.com>"] description = "A command line podcast manager" license = "GPL-3.0" @@ -32,4 +32,5 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde_yaml = "0.8" -toml = "0.4"
\ No newline at end of file +toml = "0.4" +percent-encoding = "1"
\ No newline at end of file |
