e2e9b40e9a
Rustdoc is no longer compiled in every stage, alongside rustc, instead it is only compiled when requested, and generally only for the last stage.
19 lines
380 B
TOML
19 lines
380 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustdoc"
|
|
version = "0.0.0"
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "rustdoc"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
env_logger = { version = "0.4", default-features = false }
|
|
log = "0.3"
|
|
pulldown-cmark = { version = "0.0.14", default-features = false }
|
|
|
|
[build-dependencies]
|
|
build_helper = { path = "../build_helper" }
|
|
gcc = "0.3.50"
|