2019-12-27 14:30:14 +01:00
|
|
|
[package]
|
2022-03-22 21:25:38 +01:00
|
|
|
authors = ["The Nushell Project Developers"]
|
2022-04-11 20:17:06 +02:00
|
|
|
description = "Functionality for building Nushell plugins"
|
2022-03-22 21:25:38 +01:00
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
2020-07-05 22:12:44 +02:00
|
|
|
name = "nu-plugin"
|
2022-05-25 01:33:28 +02:00
|
|
|
version = "0.63.0"
|
2021-10-23 22:08:54 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
capnp = "0.14.3"
|
2022-05-25 01:33:28 +02:00
|
|
|
nu-protocol = { path = "../nu-protocol", version = "0.63.0" }
|
|
|
|
nu-engine = { path = "../nu-engine", version = "0.63.0" }
|
2021-12-12 12:50:35 +01:00
|
|
|
serde = {version = "1.0.130", features = ["derive"]}
|
|
|
|
serde_json = { version = "1.0"}
|