summaryrefslogtreecommitdiffstats
path: root/src/tools/rustbook/Cargo.toml
blob: b9cf2617ba9e0543751f8bd3b2d3dae67b104dfd (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 = "4.0.32"
env_logger = "0.10"

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