nushell/crates/nu-command/Cargo.toml
2021-09-10 13:06:44 +12:00

13 lines
310 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" }
# Potential dependencies for extras
glob = "0.3.0"