2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/crates/nu-command/Cargo.toml

14 lines
346 B
TOML
Raw Normal View History

2021-09-02 13:29:43 +12: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 10:58:15 +12:00
nu-protocol = { path = "../nu-protocol" }
2021-09-10 13:06:44 +12:00
nu-engine = { path = "../nu-engine" }
2021-09-10 14:27:12 +12:00
nu-table = { path = "../nu-table" }
2021-09-10 13:06:44 +12:00
# Potential dependencies for extras
glob = "0.3.0"