]> git.lizzy.rs Git - rust.git/blob - src/tools/rustbook/Cargo.toml
Auto merge of #62452 - Centril:rollup-5jww3h7, r=Centril
[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 OR Apache-2.0"
6 edition = "2018"
7
8 [dependencies]
9 clap = "2.25.0"
10 failure = "0.1"
11
12 [dependencies.mdbook]
13 version = "0.3.0"
14 default-features = false
15 features = ["search"]
16
17 [dependencies.mdbook_1]
18 package = "mdbook"
19 version = "0.1.7"
20 default-features = false
21 features = ["search"]
22
23 [target.'cfg(all(target_arch = "x86_64", target_os = "linux"))'.dependencies]
24 mdbook-linkcheck = "0.3.0"