mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 17:44:27 +01:00
13 lines
324 B
TOML
13 lines
324 B
TOML
[package]
|
|
name = "nu-cli"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nu-engine = { path = "../nu-engine" }
|
|
nu-parser = { path = "../nu-parser" }
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
codespan-reporting = "0.11.1"
|
|
nu-ansi-term = "0.36.0"
|
|
reedline = { git = "https://github.com/jntrnr/reedline", branch = "main" }
|