]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/Cargo.toml
Auto merge of #43648 - RalfJung:jemalloc-debug, r=alexcrichton
[rust.git] / src / librustdoc / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustdoc"
4 version = "0.0.0"
5 build = "build.rs"
6
7 [lib]
8 name = "rustdoc"
9 path = "lib.rs"
10
11 [dependencies]
12 env_logger = { version = "0.4", default-features = false }
13 log = "0.3"
14 pulldown-cmark = { version = "0.0.14", default-features = false }
15
16 [build-dependencies]
17 build_helper = { path = "../build_helper" }
18 gcc = "0.3.50"