mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
a96f8b891e
* more strict nuon handling, better nuon errors * Improve errors a bit more
21 lines
644 B
TOML
21 lines
644 B
TOML
[package]
|
|
name = "nu-cli"
|
|
version = "0.59.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nu-engine = { path = "../nu-engine", version = "0.59.0" }
|
|
nu-path = { path = "../nu-path", version = "0.59.0" }
|
|
nu-parser = { path = "../nu-parser", version = "0.59.0" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.59.0" }
|
|
# nu-ansi-term = { path = "../nu-ansi-term", version = "0.59.0" }
|
|
nu-ansi-term = "0.42.0"
|
|
|
|
nu-color-config = { path = "../nu-color-config" }
|
|
|
|
miette = { version = "4.1.0", features = ["fancy"] }
|
|
thiserror = "1.0.29"
|
|
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|
|
|
|
log = "0.4"
|
|
is_executable = "1.0.1"
|