]> git.lizzy.rs Git - rust.git/blob - src/tools/unstable-book-gen/Cargo.toml
Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obk
[rust.git] / src / tools / unstable-book-gen / Cargo.toml
1 [package]
2 authors = ["est31 <MTest31@outlook.com>",
3            "The Rust Project Developers"]
4 name = "unstable-book-gen"
5 version = "0.1.0"
6 license = "MIT OR Apache-2.0"
7 edition = "2018"
8
9 [dependencies]
10 tidy = { path = "../tidy" }
11
12 # not actually needed but required for now to unify the feature selection of
13 # `num-traits` between this and `rustbook`
14 num-traits = "0.2"