mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 21:14:40 +01:00
16 lines
404 B
TOML
16 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" }
|