]> git.lizzy.rs Git - rust.git/blob - src/tools/unstable-book-gen/Cargo.toml
Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726
[rust.git] / src / tools / unstable-book-gen / Cargo.toml
1 [package]
2 name = "unstable-book-gen"
3 version = "0.1.0"
4 license = "MIT OR Apache-2.0"
5 edition = "2021"
6
7 [dependencies]
8 tidy = { path = "../tidy" }
9
10 # not actually needed but required for now to unify the feature selection of
11 # `num-traits` between this and `rustbook`
12 num-traits = "0.2"