From b36cf92b03fa5b844e042cdc747079846ac11103 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 26 Jun 2019 00:05:27 -0400 Subject: clippy --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3-54-g00ecf