2021-08-11 06:51:08 +12:00
|
|
|
[package]
|
|
|
|
name = "nu-cli"
|
|
|
|
version = "0.1.0"
|
2022-01-20 05:13:45 -08:00
|
|
|
edition = "2021"
|
2021-08-11 06:51:08 +12:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
nu-engine = { path = "../nu-engine" }
|
2021-10-05 08:21:31 +13:00
|
|
|
nu-path = { path = "../nu-path" }
|
2021-08-11 06:51:08 +12:00
|
|
|
nu-parser = { path = "../nu-parser" }
|
2021-09-02 13:29:43 +12:00
|
|
|
nu-protocol = { path = "../nu-protocol" }
|
2021-12-16 06:17:29 -06:00
|
|
|
# nu-ansi-term = { path = "../nu-ansi-term" }
|
2022-01-03 09:36:32 +11:00
|
|
|
nu-ansi-term = "0.42.0"
|
2021-12-16 06:17:29 -06:00
|
|
|
nu-color-config = { path = "../nu-color-config" }
|
2021-10-05 08:21:31 +13:00
|
|
|
|
2021-09-22 16:49:39 -07:00
|
|
|
miette = { version = "3.0.0", features = ["fancy"] }
|
2021-09-20 14:37:26 -07:00
|
|
|
thiserror = "1.0.29"
|
2021-10-05 13:03:43 -07:00
|
|
|
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|
2022-01-11 21:53:42 +00:00
|
|
|
log = "0.4"
|
2022-01-21 08:59:29 +00:00
|
|
|
is_executable = "1.0.1"
|