nushell/crates/nu-command/Cargo.toml
2021-09-03 10:58:15 +12:00

10 lines
258 B
TOML

[package]
name = "nu-command"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nu-protocol = { path = "../nu-protocol" }
nu-engine = { path = "../nu-engine" }