nushell/crates/nu-engine/Cargo.toml

9 lines
193 B
TOML
Raw Normal View History

2021-08-10 20:51:08 +02:00
[package]
name = "nu-engine"
version = "0.1.0"
edition = "2018"
[dependencies]
2021-09-02 03:29:43 +02:00
nu-parser = { path = "../nu-parser" }
2021-10-01 23:53:13 +02:00
nu-protocol = { path = "../nu-protocol" }
nu-path = { path = "../nu-path" }