From 5b04d2ae685c3f18a67b0b000ae1afe754581149 Mon Sep 17 00:00:00 2001 From: Aaran Xu Date: Wed, 19 May 2021 20:33:15 +0800 Subject: [PATCH] Update book.toml --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index d0b997b..03383ac 100644 --- a/book.toml +++ b/book.toml @@ -1,5 +1,5 @@ [book] -title = "Rust 程序设计语言" +title = "Rust 程序设计语言 中文版" description = "Rust 程序设计语言中文也译为 Rust 权威指南,是 Rust 官方推出的学习 Rust 的必备教程。Rust Wiki 版的 Rust 程序设计语言简体中文版将由 Rust 中文翻译项目组持续维护和更新,确保内容最新最全。" author = "Steve Klabnik and Carol Nichols, with Contributions from the Rust Community" translator = "Rust 中文翻译项目组,Rust 中文社区"