diff options
| author | Nathan | 2017-08-01 12:29:39 -0400 |
|---|---|---|
| committer | Nathan | 2017-08-01 12:29:39 -0400 |
| commit | 3966870d694cc92e4512469fc39e9253ad44d9c0 (patch) | |
| tree | 68716b262094d8626e8d2e70f6ec392749d14387 /Cargo.toml | |
| parent | e8ee8223a87cb8b730905808162435e5b716b59b (diff) | |
| download | podcast-3966870d694cc92e4512469fc39e9253ad44d9c0.tar.bz2 | |
Better error handling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ [package] name = "podcast" -version = "0.3.0" +version = "0.3.1" authors = ["njaremko <njaremko@gmail.com>"] description = "A command line podcast player" license = "GPL-3.0" +readme = "README.md" +keywords = ["audio", "cli", "podcast", "music"] repository = "https://github.com/njaremko/podcast" [dependencies] |
