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