nu-plugin 0.66.2

Functionality for building Nushell plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["The Nushell Project Developers"]
description = "Functionality for building Nushell plugins"
edition = "2021"
license = "MIT"
name = "nu-plugin"
version = "0.66.2"

[dependencies]
bincode = "1.3.3"
capnp = "0.14.3"
nu-protocol = { path = "../nu-protocol", version = "0.66.2"  }
nu-engine = { path = "../nu-engine", version = "0.66.2"  }
serde = {version = "1.0.130", features = ["derive"]}
serde_json = { version = "1.0"}