summary refs log tree commit diff
path: root/src/tools/rustbook/Cargo.toml
blob: f0a6ce2fa06c27d9b62f84e24045015b3eb52b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["The Rust Project Developers"]
name = "rustbook"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
clap = "2.25.0"

[dependencies.mdbook]
version = "0.4.0"
default-features = false
features = ["search"]