nushell/crates/nu-engine/Cargo.toml
2021-10-02 10:53:13 +13:00

9 lines
193 B
TOML

[package]
name = "nu-engine"
version = "0.1.0"
edition = "2018"
[dependencies]
nu-parser = { path = "../nu-parser" }
nu-protocol = { path = "../nu-protocol" }
nu-path = { path = "../nu-path" }