From ec5fd62f9f18f60225ee1ed95b919fa6da63867d Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Wed, 23 Mar 2022 09:25:38 +1300 Subject: [PATCH] Add licenses (#4893) * Add licenses * Add licenses --- crates/nu-cli/Cargo.toml | 5 ++++- crates/nu-color-config/Cargo.toml | 5 ++++- crates/nu-command/Cargo.toml | 6 ++++-- crates/nu-engine/Cargo.toml | 5 ++++- crates/nu-parser/Cargo.toml | 5 ++++- crates/nu-plugin/Cargo.toml | 5 ++++- crates/nu-protocol/Cargo.toml | 5 ++++- crates/nu-system/Cargo.toml | 1 + 8 files changed, 29 insertions(+), 8 deletions(-) diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 1062614162..1d82ed2c91 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -1,7 +1,10 @@ [package] +authors = ["The Nushell Project Developers"] +description = "A set of query commands for Nushell" +edition = "2021" +license = "MIT" name = "nu-cli" version = "0.60.0" -edition = "2021" [dependencies] nu-engine = { path = "../nu-engine", version = "0.60.0" } diff --git a/crates/nu-color-config/Cargo.toml b/crates/nu-color-config/Cargo.toml index 7c564f570c..6a90b9bb2f 100644 --- a/crates/nu-color-config/Cargo.toml +++ b/crates/nu-color-config/Cargo.toml @@ -1,7 +1,10 @@ [package] +authors = ["The Nushell Project Developers"] +description = "A set of query commands for Nushell" +edition = "2021" +license = "MIT" name = "nu-color-config" version = "0.60.0" -edition = "2021" [dependencies] nu-protocol = { path = "../nu-protocol", version = "0.60.0" } diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 2d41ebede3..200008af0e 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -1,10 +1,12 @@ [package] +authors = ["The Nushell Project Developers"] +description = "A set of query commands for Nushell" +edition = "2021" +license = "MIT" name = "nu-command" version = "0.60.0" -edition = "2021" build = "build.rs" - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/crates/nu-engine/Cargo.toml b/crates/nu-engine/Cargo.toml index acdd3aafd5..8c61ab6bbf 100644 --- a/crates/nu-engine/Cargo.toml +++ b/crates/nu-engine/Cargo.toml @@ -1,7 +1,10 @@ [package] +authors = ["The Nushell Project Developers"] +description = "A set of query commands for Nushell" +edition = "2021" +license = "MIT" name = "nu-engine" version = "0.60.0" -edition = "2021" [dependencies] nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.60.0" } diff --git a/crates/nu-parser/Cargo.toml b/crates/nu-parser/Cargo.toml index 275c7eda2d..441a15af2f 100644 --- a/crates/nu-parser/Cargo.toml +++ b/crates/nu-parser/Cargo.toml @@ -1,7 +1,10 @@ [package] +authors = ["The Nushell Project Developers"] +description = "A set of query commands for Nushell" +edition = "2021" +license = "MIT" name = "nu-parser" version = "0.60.0" -edition = "2021" [dependencies] chrono = "0.4.19" diff --git a/crates/nu-plugin/Cargo.toml b/crates/nu-plugin/Cargo.toml index 3a10cb1391..a0b48bca3f 100644 --- a/crates/nu-plugin/Cargo.toml +++ b/crates/nu-plugin/Cargo.toml @@ -1,7 +1,10 @@ [package] +authors = ["The Nushell Project Developers"] +description = "A set of query commands for Nushell" +edition = "2021" +license = "MIT" name = "nu-plugin" version = "0.60.0" -edition = "2021" [dependencies] capnp = "0.14.3" diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 7791dc6a01..90edd95549 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -1,7 +1,10 @@ [package] +authors = ["The Nushell Project Developers"] +description = "A set of query commands for Nushell" +edition = "2021" +license = "MIT" name = "nu-protocol" version = "0.60.0" -edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/nu-system/Cargo.toml b/crates/nu-system/Cargo.toml index 5687301cf4..53cebea905 100644 --- a/crates/nu-system/Cargo.toml +++ b/crates/nu-system/Cargo.toml @@ -4,6 +4,7 @@ description = "Nushell system querying" name = "nu-system" version = "0.60.0" edition = "2021" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html