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"