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