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

10 lines
214 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" }
itertools = "0.10.1"