summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denis_isidoro@live.com>2020-03-15 19:47:00 -0300
committerDenis Isidoro <denis_isidoro@live.com>2020-03-15 19:47:00 -0300
commit5029722fc6a824a75bb18263e3c7998bbcc69883 (patch)
tree4102cd74cb126c455084f63f95a74715e72fdfd6
parent7d7441d6c207f84704bd7bf0a7713aa9164a8cf3 (diff)
Add more labels to Cargo.toml
-rw-r--r--Cargo.toml14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 678bc95..b2e7071 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,13 @@ name = "navi"
version = "2.1.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "An interactive cheatsheet tool for the command-line"
+homepage = "https://github.com/denisidoro/navi"
+documentation = "https://github.com/denisidoro/navi"
+repository = "https://github.com/denisidoro/navi"
+keywords = ["cheatsheets", "terminal", "cli", "tui", "shell", "snippets"]
+categories = ["command-line-utilities"]
+license = "Apache-2.0"
[dependencies]
regex = "1.3.4"
@@ -21,3 +26,8 @@ openssl = { version = '0.10', optional = true }
[features]
default = []
vendored-openssl = ["openssl/vendored"]
+
+[[bin]]
+bench = false
+path = "src/main.rs"
+name = "navi"