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

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

[dependencies]
pulldown-cmark = { version = "0.4.1", default-features = false }
minifier = "0.0.30"
tempfile = "3"
parking_lot = "0.7"