]> git.lizzy.rs Git - rust.git/blob - src/tools/jsondocck/Cargo.toml
Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino
[rust.git] / src / tools / jsondocck / Cargo.toml
1 [package]
2 name = "jsondocck"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 jsonpath_lib = "0.2"
8 getopts = "0.2"
9 regex = "1.4"
10 shlex = "1.0"
11 serde_json = "1.0"
12 fs-err = "2.5.0"
13 once_cell = "1.0"