]> git.lizzy.rs Git - rust.git/blob - src/tools/rustbook/Cargo.toml
Switch to SPDX 2.1 license expression
[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_2]
12 package = "mdbook"
13 version = "0.2.3"
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"]