aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan2017-08-01 12:29:39 -0400
committerNathan2017-08-01 12:29:39 -0400
commit3966870d694cc92e4512469fc39e9253ad44d9c0 (patch)
tree68716b262094d8626e8d2e70f6ec392749d14387 /Cargo.toml
parente8ee8223a87cb8b730905808162435e5b716b59b (diff)
downloadpodcast-3966870d694cc92e4512469fc39e9253ad44d9c0.tar.bz2
Better error handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d47ce4..f7d2d97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]