mirror of
https://github.com/nushell/nushell
synced 2024-11-13 00:17:06 +00:00
11 lines
305 B
TOML
11 lines
305 B
TOML
[package]
|
|
name = "nu-plugin"
|
|
version = "0.59.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
capnp = "0.14.3"
|
|
nu-protocol = { path = "../nu-protocol", version = "0.59.1" }
|
|
nu-engine = { path = "../nu-engine", version = "0.59.1" }
|
|
serde = {version = "1.0.130", features = ["derive"]}
|
|
serde_json = { version = "1.0"}
|