mirror of
https://github.com/rust-lang/book.git
synced 2026-05-18 02:09:12 -04:00
ref: https: //github.com/rust-lang/mdBook/blob/981b79b3b39d80b61da2a10622d6cf611a23686a/src/config.rs#L403-L420
9 lines
293 B
TOML
9 lines
293 B
TOML
[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"
|