forked from extern/nushell
parent
74af31a42f
commit
ec5fd62f9f
@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["The Nushell Project Developers"]
|
||||||
|
description = "A set of query commands for Nushell"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
name = "nu-cli"
|
name = "nu-cli"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-engine = { path = "../nu-engine", version = "0.60.0" }
|
nu-engine = { path = "../nu-engine", version = "0.60.0" }
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["The Nushell Project Developers"]
|
||||||
|
description = "A set of query commands for Nushell"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
name = "nu-color-config"
|
name = "nu-color-config"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.60.0" }
|
nu-protocol = { path = "../nu-protocol", version = "0.60.0" }
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["The Nushell Project Developers"]
|
||||||
|
description = "A set of query commands for Nushell"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
name = "nu-command"
|
name = "nu-command"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["The Nushell Project Developers"]
|
||||||
|
description = "A set of query commands for Nushell"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
name = "nu-engine"
|
name = "nu-engine"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.60.0" }
|
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.60.0" }
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["The Nushell Project Developers"]
|
||||||
|
description = "A set of query commands for Nushell"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
name = "nu-parser"
|
name = "nu-parser"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["The Nushell Project Developers"]
|
||||||
|
description = "A set of query commands for Nushell"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
name = "nu-plugin"
|
name = "nu-plugin"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
capnp = "0.14.3"
|
capnp = "0.14.3"
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
|
authors = ["The Nushell Project Developers"]
|
||||||
|
description = "A set of query commands for Nushell"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
name = "nu-protocol"
|
name = "nu-protocol"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ description = "Nushell system querying"
|
|||||||
name = "nu-system"
|
name = "nu-system"
|
||||||
version = "0.60.0"
|
version = "0.60.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user