summary refs log tree commit diff
path: root/src/librustdoc/Cargo.toml
blob: 3a376bb9affbac4462b01bf81c8b0c5209ea9b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"