mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
56307553ae
* plugin trait * impl of trait * record and absolute path * plugin example crate * clippy error * correcting cargo * evaluated call for plugin
14 lines
219 B
TOML
14 lines
219 B
TOML
[package]
|
|
name = "nu-plugin"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
capnp = "0.14.3"
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
nu-engine = { path = "../nu-engine" }
|
|
|
|
[build-dependencies]
|
|
capnpc = "0.14.3"
|
|
|
|
|