2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/crates/nu-plugin/Cargo.toml

15 lines
425 B
TOML
Raw Normal View History

[package]
authors = ["The Nushell Project Developers"]
description = "Functionality for building Nushell plugins"
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" }
serde = {version = "1.0.130", features = ["derive"]}
serde_json = { version = "1.0"}