mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
16 lines
355 B
TOML
16 lines
355 B
TOML
[package]
|
|
name = "nu-parser"
|
|
version = "0.59.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
miette = "3.0.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"]
|