]> git.lizzy.rs Git - rust.git/blob - src/tools/rustbook/Cargo.toml
Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor
[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.4.0"
13 default-features = false
14 features = ["search"]