From 6d3eb538ab28d042327abcad5325b3e14df86670 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 24 Jan 2020 14:43:47 +0900 Subject: [PATCH] Add book.toml --- book.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 book.toml diff --git a/book.toml b/book.toml new file mode 100644 index 00000000..37984f13 --- /dev/null +++ b/book.toml @@ -0,0 +1,7 @@ +[book] +author = "The Rust Project Developers" +title = "The Rustonomicon" +description = "The Dark Arts of Advanced and Unsafe Rust Programming" + +[output.html] +git-repository-url = "https://github.com/rust-lang/nomicon"