mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
17 lines
312 B
TOML
17 lines
312 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 }
|
|
log = "0.4"
|
|
|
|
[features]
|
|
plugin = ["nu-plugin"]
|