summary refs log tree commit diff
path: root/src/librustdoc/Cargo.toml
blob: e163fc68cbda73b4d20917f0fb9086be1eb4554d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["The Rust Project Developers"]
name = "rustdoc"
version = "0.0.0"

[lib]
name = "rustdoc"
path = "lib.rs"

[dependencies]
pulldown-cmark = { version = "0.1.2", default-features = false }
minifier = "0.0.19"
tempfile = "3"