]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/Cargo.toml
Fix conversion from Miri Value to ConstValue
[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 tempdir = "0.3"