mirror of
https://github.com/rust-lang/book.git
synced 2026-05-16 09:12:59 -04:00
A number of examples *already* do not work correctly, and the inbound async chapter requires Rust 2021.
21 lines
622 B
TOML
21 lines
622 B
TOML
# Sync any changes to this *other than where explicitly specified* with the copy
|
|
# in `nostarch/book.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", "theme/semantic-notes.css", "theme/listing.css"]
|
|
additional-js = ["ferris.js"]
|
|
git-repository-url = "https://github.com/rust-lang/book"
|
|
|
|
# Do not sync this preprocessor; it is for the HTML renderer only.
|
|
[preprocessor.trpl-note]
|
|
|
|
[preprocessor.trpl-listing]
|
|
output-mode = "default"
|
|
|
|
[rust]
|
|
edition = "2021"
|