This will avoid obscure Travis CI error messages: * https://github.com/rust-lang/rust/pull/40290#issuecomment-294137045 Original mdbook issue: * https://github.com/azerupi/mdBook/issues/253 mdbook PR: * https://github.com/azerupi/mdBook/pull/254
12 lines
214 B
TOML
12 lines
214 B
TOML
[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.21"
|
|
default-features = false
|