summary refs log tree commit diff
path: root/src/tools/rustbook/Cargo.toml
blob: f5e5c0867b48aaeae5f2cc278bab95d21292f8b1 (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.3"
default-features = false
features = ["search"]