summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_query_json/Cargo.toml
blob: a8da8bfeb01c978099da657a80b117bdd6a1e5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
authors = ["The Nu Project Contributors"]
description = "query json files with gjson"
edition = "2018"
license = "MIT"
name = "nu_plugin_query_json"
version = "0.34.1"

[lib]
doctest = false

[dependencies]
gjson = "0.7.1"
nu-errors = { version = "0.34.1", path="../nu-errors" }
nu-plugin = { version = "0.34.1", path="../nu-plugin" }
nu-protocol = { version = "0.34.1", path="../nu-protocol" }
nu-source = { version = "0.34.1", path="../nu-source" }

[dev-dependencies]
nu-test-support = { path="../nu-test-support", version = "0.34.1" }