]> git.lizzy.rs Git - rust.git/blob - src/tools/rustbook/Cargo.toml
Rollup merge of #82468 - osa1:pick_by_value_method_docs, r=petrochenkov
[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 env_logger = "0.7.1"
11
12 [dependencies.mdbook]
13 version = "0.4.6"
14 default-features = false
15 features = ["search"]