summaryrefslogtreecommitdiffstats
path: root/src/tools/jsondocck/Cargo.toml
blob: 6326a9b1e79c374b7d5a663ac2d187d95ed8402b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "jsondocck"
version = "0.1.0"
edition = "2021"

[dependencies]
jsonpath_lib = "0.3"
getopts = "0.2"
regex = "1.4"
shlex = "1.0"
serde_json = "1.0"
fs-err = "2.5.0"
once_cell = "1.0"