nushell/crates/nu-parser/Cargo.toml
2021-11-19 08:32:27 +13:00

15 lines
278 B
TOML

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