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

[dependencies]
clap = "2.19.3"

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