From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- src/tools/unstable-book-gen/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/tools/unstable-book-gen/Cargo.toml (limited to 'src/tools/unstable-book-gen/Cargo.toml') diff --git a/src/tools/unstable-book-gen/Cargo.toml b/src/tools/unstable-book-gen/Cargo.toml new file mode 100644 index 000000000..73e5a91be --- /dev/null +++ b/src/tools/unstable-book-gen/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "unstable-book-gen" +version = "0.1.0" +license = "MIT OR Apache-2.0" +edition = "2021" + +[dependencies] +tidy = { path = "../tidy" } + +# not actually needed but required for now to unify the feature selection of +# `num-traits` between this and `rustbook` +num-traits = "0.2" -- cgit v1.2.3