nushell/crates/nu-parser/Cargo.toml
Fernando Herrera f3c8d35eb7
Plugin repeated (#417)
* not repeated decl in file and help

* implemented heashmap for repeated

* sorted scope commands
2021-12-03 14:29:55 +00:00

16 lines
300 B
TOML

[package]
name = "nu-parser"
version = "0.1.0"
edition = "2018"
[dependencies]
miette = "3.0.0"
thiserror = "1.0.29"
serde_json = "1.0"
nu-path = {path = "../nu-path"}
nu-protocol = { path = "../nu-protocol"}
nu-plugin = { path = "../nu-plugin", optional = true }
[features]
plugin = ["nu-plugin"]