rust/src/librustdoc/Cargo.toml

16 lines
280 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "rustdoc"
version = "0.0.0"
2019-02-23 08:40:07 +01:00
edition = "2018"
[lib]
name = "rustdoc"
path = "lib.rs"
[dependencies]
pulldown-cmark = { version = "0.4.1", default-features = false }
2019-03-27 00:44:35 +01:00
minifier = "0.0.29"
tempfile = "3"
parking_lot = "0.7"