mirror of
https://github.com/nushell/nushell
synced 2024-11-16 01:37:57 +00:00
33ffb2c39a
* Add which and external completions * WIP * Finish up external and var completions * fix windows
19 lines
No EOL
535 B
TOML
19 lines
No EOL
535 B
TOML
[package]
|
|
name = "nu-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nu-engine = { path = "../nu-engine" }
|
|
nu-path = { path = "../nu-path" }
|
|
nu-parser = { path = "../nu-parser" }
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
# nu-ansi-term = { path = "../nu-ansi-term" }
|
|
nu-ansi-term = "0.42.0"
|
|
nu-color-config = { path = "../nu-color-config" }
|
|
|
|
miette = { version = "3.0.0", features = ["fancy"] }
|
|
thiserror = "1.0.29"
|
|
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|
|
log = "0.4"
|
|
is_executable = "1.0.1" |