Skip to content

Commit faa8c5a

Browse files
authored
Merge pull request #166 from wking/update-book-toml
book.toml: Add a [book] table (and a description)
2 parents 3e63945 + 7cc4ec0 commit faa8c5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
title = "Rust API Guidelines"
1+
[book]
2+
title = "Rust API Guidelines"
3+
description = "This is a set of recommendations on how to design and present APIs for the Rust programming language."

0 commit comments

Comments
 (0)