summary refs log tree commit diff
path: root/src/librustdoc/Cargo.toml
blob: 96a2194eeeefda76809b53d0d986462a17ca6e71 (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 }
tempdir = "0.3"
minifier = "0.0.11"