2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/crates/nu-cli/Cargo.toml

15 lines
477 B
TOML
Raw Normal View History

2021-08-11 06:51:08 +12:00
[package]
name = "nu-cli"
version = "0.1.0"
edition = "2018"
[dependencies]
nu-engine = { path = "../nu-engine" }
nu-parser = { path = "../nu-parser" }
2021-09-02 13:29:43 +12:00
nu-protocol = { path = "../nu-protocol" }
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0", features = ["fancy"] }
2021-09-21 12:37:16 -07:00
# miette = { path = "../../../miette", features = ["fancy"] }
thiserror = "1.0.29"
2021-09-05 20:06:57 +01:00
nu-ansi-term = "0.36.0"
2021-08-11 06:51:08 +12:00
reedline = { git = "https://github.com/jntrnr/reedline", branch = "main" }