mirror of
https://github.com/nushell/nushell
synced 2024-11-16 09:47:57 +00:00
22 lines
565 B
TOML
22 lines
565 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-engine = { path = "../nu-engine" }
|
|
nu-json = { path = "../nu-json" }
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
<<<<<<< HEAD
|
|
nu-engine = { path = "../nu-engine" }
|
|
nu-parser = {path = "../nu-parser"}
|
|
=======
|
|
nu-table = { path = "../nu-table" }
|
|
|
|
# Potential dependencies for extras
|
|
glob = "0.3.0"
|
|
thiserror = "1.0.29"
|
|
sysinfo = "0.20.4"
|
|
>>>>>>> 3567bbbf32302dbc3cbf97a39b03efa3bd3e8bb5
|