blob: 67da04dd67fc3c01868b3592ffde4cb826fca952 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustbook"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2018"
[features]
linkcheck = []
[dependencies]
clap = "2.25.0"
failure = "0.1"
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
# for more information.
rustc-workspace-hack = "1.0.0"
[dependencies.mdbook]
version = "0.3.5"
default-features = false
features = ["search"]