diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,10 +1,13 @@ [package] name = "bk" -version = "0.1.0" +version = "0.1.1" authors = ["James Campos <james.r.campos@gmail.com>"] edition = "2018" license = "MIT" description = "Terminal Epub reader" +keywords = ["ebook", "epub"] +categories = ["command-line-utilities"] +readme = "README.md" repository = "https://github.com/aeosynth/bk" [dependencies] |