aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-05-18 04:08:38 -0700
committerJames Campos <james.r.campos@gmail.com>2020-05-18 04:08:38 -0700
commite531a1c2d60074de5cc731ea563a4709d8abc1a2 (patch)
treef181005a8df8d82040357fb3d5ee3c243b06c102 /Cargo.toml
parentee86ec32fd89b568d7294a4310550e819ca8657e (diff)
downloadbk-e531a1c2d60074de5cc731ea563a4709d8abc1a2.tar.gz
crates
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]