]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/jsondoclint/Cargo.toml
Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor
[rust.git] / src / tools / jsondoclint / Cargo.toml
index 84a6c7f96c4644631e66c51070b9c4720af472f8..8990310a4f474073ad3233a3d5d99773c21c4458 100644 (file)
@@ -7,6 +7,8 @@ edition = "2021"
 
 [dependencies]
 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"