]> git.proxmox.com Git - rustc.git/blobdiff - src/bootstrap/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / bootstrap / Cargo.toml
index 8321f93c90f61f23e039ffda2cc0b8e73cee57c5..88dd19a7697dcfe414d9226c7a5b68eeca4eb46a 100644 (file)
@@ -15,6 +15,10 @@ path = "main.rs"
 name = "rustc"
 path = "rustc.rs"
 
+[[bin]]
+name = "rustdoc"
+path = "rustdoc.rs"
+
 [dependencies]
 build_helper = { path = "../build_helper" }
 cmake = "0.1.10"
@@ -27,3 +31,4 @@ winapi = "0.2"
 kernel32-sys = "0.2"
 gcc = "0.3.17"
 libc = "0.2"
+md5 = "0.1"