blob: 608adcb43d6c3ba32b1ef0b0a076c9b4d39a43ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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]
pulldown-cmark = { version = "0.1.0", default-features = false }
html-diff = "0.0.6"
tempdir = "0.3"
[build-dependencies]
build_helper = { path = "../build_helper" }
cc = "1.0.1"
|