]> git.proxmox.com Git - rustc.git/blame - src/rustbook/Cargo.toml
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / rustbook / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustbook"
4version = "0.0.0"
5
6[lib]
7name = "rustbook"
8path = "main.rs"
9crate-type = ["dylib"]
10
11[dependencies]
12rustc_back = { path = "../librustc_back" }
13rustdoc = { path = "../librustdoc" }