From 679b3054f80d0e2b77face040139075163841b46 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Thu, 16 May 2019 14:46:24 -0700 Subject: [PATCH] Add license stuff --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5c44c30935..8e8d905eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "nushell" version = "0.1.0" authors = ["Yehuda Katz "] +description = "A shell for the GitHub era" +license = "ISC" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html