From 33db747772f4ca7d6e63149213a3b6c777e424fe Mon Sep 17 00:00:00 2001 From: matthewjasper Date: Mon, 6 Mar 2017 07:33:18 +0000 Subject: [PATCH] Change to book.toml --- book.json | 4 ---- book.toml | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 book.json create mode 100644 book.toml diff --git a/book.json b/book.json deleted file mode 100644 index 17428bd..0000000 --- a/book.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "The Rust Reference", - "author": "The Rust Project Developers" -} diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..0e726ee --- /dev/null +++ b/book.toml @@ -0,0 +1,2 @@ +title = "The Rust Reference" +author = "The Rust Project Developers"