]> git.lizzy.rs Git - rust.git/blob - src/tools/rustbook/Cargo.toml
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / tools / rustbook / Cargo.toml
1 [package]
2 name = "rustbook"
3 version = "0.1.0"
4 license = "MIT OR Apache-2.0"
5 edition = "2021"
6
7 [dependencies]
8 clap = "3.1.1"
9 env_logger = "0.7.1"
10
11 [dependencies.mdbook]
12 version = "0.4.18"
13 default-features = false
14 features = ["search"]