mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
27 lines
594 B
TOML
27 lines
594 B
TOML
[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"
|