mirror of
https://github.com/nushell/nushell.git
synced 2024-11-16 13:33:13 +01:00
8 lines
159 B
TOML
8 lines
159 B
TOML
[package]
|
|
name = "nu-engine"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nu-parser = { path = "../nu-parser" }
|
|
nu-protocol = { path = "../nu-protocol" } |