mirror of
https://github.com/nushell/nushell
synced 2024-11-14 08:57:08 +00:00
15 lines
404 B
TOML
15 lines
404 B
TOML
[package]
|
|
name = "nu-cli"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nu-engine = { path = "../nu-engine" }
|
|
nu-path = { path = "../nu-path" }
|
|
nu-parser = { path = "../nu-parser" }
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
|
|
miette = { version = "3.0.0", features = ["fancy"] }
|
|
thiserror = "1.0.29"
|
|
nu-ansi-term = "0.36.0"
|
|
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|