summary refs log tree commit diff
path: root/src/tools/rustbook/Cargo.toml
blob: 8e17f2919082bcbdfa49dc592617aad8f340ceb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"
env_logger = "0.7.1"

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