mirror of
https://github.com/nushell/nushell.git
synced 2024-11-27 19:03:30 +01:00
18 lines
461 B
TOML
18 lines
461 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors"]
|
|
description = "query json files with gjson"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu_plugin_query_json"
|
|
version = "0.41.0"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
gjson = "0.8.0"
|
|
nu-errors = { version = "0.41.0", path="../nu-errors" }
|
|
nu-plugin = { version = "0.41.0", path="../nu-plugin" }
|
|
nu-protocol = { version = "0.41.0", path="../nu-protocol" }
|
|
nu-source = { version = "0.41.0", path="../nu-source" }
|