summary refs log tree commit diff
path: root/src/librustdoc/Cargo.toml
blob: b295b414a035b1be6de36a55363f8cfc397debe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
authors = ["The Rust Project Developers"]
name = "rustdoc"
version = "0.0.0"
build = "build.rs"

[lib]
name = "rustdoc"
path = "lib.rs"
# SNAP/stage0(cargo)
doctest = false

[dependencies]
env_logger = { version = "0.4", default-features = false }
log = "0.3"
pulldown-cmark = { version = "0.0.14", default-features = false }
html-diff = "0.0.4"

[build-dependencies]
build_helper = { path = "../build_helper" }
cc = "1.0"