aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"