[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" }