trpl-zh-cn/book.toml
2024-10-20 23:44:05 +08:00

27 lines
594 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[book]
title = "Rust 程序设计语言 简体中文版"
authors = [
"Steve Klabnik",
"Carol Nichols",
"Chris Krycho",
"来自 Rust 社区的贡献Rust 中文社区翻译)",
]
[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/KaiserY/trpl-zh-cn/tree/main"
edit-url-template = "https://github.com/KaiserY/trpl-zh-cn/edit/main/{path}"
[output.typst-pdf]
pdf = true
section-number = true
[rust]
edition = "2021"