]> git.proxmox.com Git - rustc.git/blob - src/tools/jsondoclint/Cargo.toml
Merge tag 'debian/1.65.0+dfsg1-1_exp3' into debian/sid
[rustc.git] / src / tools / jsondoclint / Cargo.toml
1 [package]
2 name = "jsondoclint"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 anyhow = "1.0.62"
10 fs-err = "2.8.1"
11 rustdoc-json-types = { version = "0.1.0", path = "../../rustdoc-json-types" }
12 serde_json = "1.0.85"