]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/Cargo.toml
Auto merge of #68194 - jonas-schievink:fix-thumb-ci, r=alexcrichton
[rust.git] / src / librustdoc / Cargo.toml
index e3de7fe20493e8353dbb0f729ab2390a58d47f37..74e46b1eae362df506f6408a68aebdd71d80b90c 100644 (file)
@@ -12,4 +12,7 @@ path = "lib.rs"
 pulldown-cmark = { version = "0.5.3", default-features = false }
 minifier = "0.0.33"
 rayon = { version = "0.3.0", package = "rustc-rayon" }
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
 tempfile = "3"
+itertools = "0.8"