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