]> git.lizzy.rs Git - rust.git/blob - src/tools/rustbook/Cargo.toml
Rollup merge of #62436 - fakenine:normalize_use_of_backticks_compiler_messages_1...
[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
11 [dependencies.mdbook]
12 version = "0.3.0"
13 default-features = false
14 features = ["search"]
15
16 [dependencies.mdbook_1]
17 package = "mdbook"
18 version = "0.1.7"
19 default-features = false
20 features = ["search"]