]> git.lizzy.rs Git - rust.git/blob - src/tools/rustbook/Cargo.toml
Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichton
[rust.git] / src / tools / rustbook / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustbook"
4 version = "0.1.0"
5 license = "MIT/Apache-2.0"
6
7 [dependencies]
8 clap = "2.19.3"
9
10 [dependencies.mdbook]
11 version = "0.0.21"
12 default-features = false