]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/jsondoclint/Cargo.toml
Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errors
[rust.git] / src / tools / jsondoclint / Cargo.toml
index 0dda3935ed87358ac7709d04f13fd459a0f469eb..8990310a4f474073ad3233a3d5d99773c21c4458 100644 (file)
@@ -10,4 +10,5 @@ anyhow = "1.0.62"
 clap = { version = "4.0.15", features = ["derive"] }
 fs-err = "2.8.1"
 rustdoc-json-types = { version = "0.1.0", path = "../../rustdoc-json-types" }
+serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0.85"