]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/Cargo.toml
Auto merge of #58180 - davidtwco:issue-58053, r=estebank
[rust.git] / src / librustdoc / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustdoc"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustdoc"
8 path = "lib.rs"
9
10 [dependencies]
11 pulldown-cmark = { version = "0.1.2", default-features = false }
12 minifier = "0.0.28"
13 tempfile = "3"
14 parking_lot = "0.6.4"