2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-14 21:18:49 +00:00
nushell/crates/nu-plugin/Cargo.toml

12 lines
305 B
TOML
Raw Normal View History

[package]
2020-07-05 13:12:44 -07:00
name = "nu-plugin"
2022-02-07 14:54:06 -05:00
version = "0.59.0"
edition = "2021"
2021-10-23 21:08:54 +01:00
[dependencies]
capnp = "0.14.3"
2022-02-07 14:54:06 -05:00
nu-protocol = { path = "../nu-protocol", version = "0.59.0" }
nu-engine = { path = "../nu-engine", version = "0.59.0" }
serde = {version = "1.0.130", features = ["derive"]}
serde_json = { version = "1.0"}