mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 04:33:27 +08:00
Added 'src/main.rs'
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -4,3 +4,8 @@ Cargo.lock
|
||||
/index.html
|
||||
*.tar.gz
|
||||
pdf
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
||||
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "rust-lang-zh_CN"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
@@ -4,6 +4,7 @@ language = "zh"
|
||||
src = "src"
|
||||
title = "Yet another Chinese rust-lang book."
|
||||
description = "又一本 rust-lang 书,Yet another Chinese rust-lang book。"
|
||||
mdbook_version = "0.4.29"
|
||||
|
||||
[preprocessor.last-changed]
|
||||
command = "mdbook-last-changed"
|
||||
@@ -18,10 +19,12 @@ git-repository-url = "https://github.com/gnu4cn/rust-lang-zh_CN"
|
||||
git-repository-icon = "fa-github"
|
||||
|
||||
[output.html.print]
|
||||
enable = false
|
||||
enable = true
|
||||
|
||||
[output.html.search]
|
||||
enable = false
|
||||
|
||||
[output.html.favicon]
|
||||
png = true
|
||||
|
||||
[output.epub]
|
||||
|
||||
Reference in New Issue
Block a user