nushell/crates/nu_plugin_query_json/Cargo.toml

21 lines
549 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "query json files with gjson"
edition = "2018"
license = "MIT"
name = "nu_plugin_query_json"
2021-08-03 10:01:09 +02:00
version = "0.35.0"
[lib]
doctest = false
[dependencies]
gjson = "0.7.1"
2021-08-03 10:01:09 +02:00
nu-errors = { version = "0.35.0", path="../nu-errors" }
nu-plugin = { version = "0.35.0", path="../nu-plugin" }
nu-protocol = { version = "0.35.0", path="../nu-protocol" }
nu-source = { version = "0.35.0", path="../nu-source" }
[dev-dependencies]
2021-08-03 10:01:09 +02:00
nu-test-support = { path="../nu-test-support", version = "0.35.0" }