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/doc/book/book.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/doc/book/book.toml (limited to 'src/doc/book/book.toml') diff --git a/src/doc/book/book.toml b/src/doc/book/book.toml new file mode 100644 index 000000000..31419fde8 --- /dev/null +++ b/src/doc/book/book.toml @@ -0,0 +1,8 @@ +[book] +title = "The Rust Programming Language" +authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"] + +[output.html] +additional-css = ["ferris.css", "theme/2018-edition.css"] +additional-js = ["ferris.js"] +git-repository-url = "https://github.com/rust-lang/book" -- cgit v1.2.3