2019-12-27 14:30:14 +01:00
|
|
|
[package]
|
2022-03-22 21:25:38 +01:00
|
|
|
authors = ["The Nushell Project Developers"]
|
|
|
|
description = "A set of query commands for Nushell"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
2020-07-05 22:12:44 +02:00
|
|
|
name = "nu-plugin"
|
2022-03-22 19:32:03 +01:00
|
|
|
version = "0.60.0"
|
2021-10-23 22:08:54 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
capnp = "0.14.3"
|
2022-03-22 19:32:03 +01:00
|
|
|
nu-protocol = { path = "../nu-protocol", version = "0.60.0" }
|
|
|
|
nu-engine = { path = "../nu-engine", version = "0.60.0" }
|
2021-12-12 12:50:35 +01:00
|
|
|
serde = {version = "1.0.130", features = ["derive"]}
|
|
|
|
serde_json = { version = "1.0"}
|