summaryrefslogtreecommitdiffstats
path: root/src/tools/rustbook/Cargo.toml
blob: 33c051804081cfaf90ec6c66a8d7621da869fe25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustbook"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
clap = "3.1.1"
env_logger = "0.7.1"

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