mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 09:34:30 +01:00
6145f734b7
This helps people who find these crates on crates.io
17 lines
520 B
TOML
17 lines
520 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "Functionality for building Nushell plugins"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu-plugin"
|
|
version = "0.66.4"
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
capnp = "0.14.3"
|
|
nu-protocol = { path = "../nu-protocol", version = "0.66.4" }
|
|
nu-engine = { path = "../nu-engine", version = "0.66.4" }
|
|
serde = {version = "1.0.130", features = ["derive"]}
|
|
serde_json = { version = "1.0"}
|