mirror of
https://github.com/rust-lang/book.git
synced 2026-05-18 06:43:34 -04:00
8 lines
237 B
TOML
8 lines
237 B
TOML
[book]
|
|
title = "The Rust Programming Language"
|
|
author = "Steve Klabnik and Carol Nichols, with Contributions from the Rust Community"
|
|
|
|
[output.html]
|
|
additional-css = ["ferris.css", "theme/2018-edition.css"]
|
|
additional-js = ["ferris.js"]
|