nushell/crates/nu-parser/Cargo.toml
JT a96f8b891e
more strict nuon handling, better nuon errors (#4576)
* more strict nuon handling, better nuon errors

* Improve errors a bit more
2022-02-20 22:31:50 -05:00

17 lines
355 B
TOML

[package]
name = "nu-parser"
version = "0.59.0"
edition = "2021"
[dependencies]
miette = "4.1.0"
thiserror = "1.0.29"
serde_json = "1.0"
nu-path = {path = "../nu-path"}
nu-protocol = { path = "../nu-protocol", version = "0.59.0" }
nu-plugin = { path = "../nu-plugin", optional = true, version = "0.59.0" }
log = "0.4"
[features]
plugin = ["nu-plugin"]