2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-03-05 15:58:17 +00:00
nushell/crates/nu-parser/Cargo.toml

16 lines
300 B
TOML
Raw Normal View History

2021-08-11 06:51:08 +12:00
[package]
name = "nu-parser"
version = "0.1.0"
edition = "2018"
[dependencies]
2021-09-22 16:49:39 -07:00
miette = "3.0.0"
thiserror = "1.0.29"
serde_json = "1.0"
2021-11-19 08:32:27 +13:00
nu-path = {path = "../nu-path"}
nu-protocol = { path = "../nu-protocol"}
nu-plugin = { path = "../nu-plugin", optional = true }
2021-11-02 20:56:00 +00:00
[features]
plugin = ["nu-plugin"]