aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-06-26 00:05:27 -0400
committerJesse Luehrs <doy@tozt.net>2019-06-26 00:06:54 -0400
commitb36cf92b03fa5b844e042cdc747079846ac11103 (patch)
treeea3368140a0c1509fbf9e695c8f5b40eb83771c2 /Cargo.toml
parent5cbbb16888321736a1f1a554af4966010ab58e1e (diff)
downloadnbsh-old-b36cf92b03fa5b844e042cdc747079846ac11103.tar.gz
nbsh-old-b36cf92b03fa5b844e042cdc747079846ac11103.zip
clippy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b14779..6792a5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,12 @@ name = "nbsh"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
+description = "experimental interactive shell"
+license = "MIT"
+repository = "https://git.tozt.net/nbsh"
+readme = "README.md"
+keywords = ["shell", "terminal"]
+categories = ["command-line-utilities"]
[dependencies]
crossterm = "0.9"