mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
12 lines
334 B
TOML
12 lines
334 B
TOML
[book]
|
||
title = "Rust 程序设计语言 简体中文版"
|
||
author = "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献(Rust 中文社区翻译)"
|
||
description = "Rust 程序设计语言 简体中文版"
|
||
|
||
[build-dir]
|
||
destination = "mdbook"
|
||
|
||
[output.html]
|
||
additional-css = ["ferris.css"]
|
||
additional-js = ["ferris.js"]
|