Add licenses (#4893)

* Add licenses

* Add licenses
This commit is contained in:
JT 2022-03-23 09:25:38 +13:00 committed by GitHub
parent 74af31a42f
commit ec5fd62f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 29 additions and 8 deletions

View File

@ -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" }

View File

@ -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" }

View File

@ -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]

View File

@ -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" }

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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