From a6b6afbca90837ec8f49739eabc89d514878769d Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 11 Mar 2020 08:08:13 +1300 Subject: [PATCH] Update Cargo.toml --- crates/nu-cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index f469866ae7..efd8a37481 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -4,6 +4,7 @@ version = "0.11.0" authors = ["Yehuda Katz ", "Jonathan Turner ", "Andrés N. Robalino "] description = "CLI for nushell" edition = "2018" +license = "MIT" [lib] doctest = false