aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d2c58f5..97d19d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]