nushell/crates/nu-command/Cargo.toml

10 lines
258 B
TOML
Raw Normal View History

2021-09-02 03:29:43 +02:00
[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]
2021-09-03 00:58:15 +02:00
nu-protocol = { path = "../nu-protocol" }
nu-engine = { path = "../nu-engine" }