mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
update project structure
This commit is contained in:
20
book.toml
Normal file
20
book.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[book]
|
||||
title = "Rust By Practice"
|
||||
description = "Learn Rust with Example, Exercise and real Practice, written with ❤️ by https://course.rs team"
|
||||
authors = ["sunface, https://im.dev"]
|
||||
language = "en"
|
||||
|
||||
[output.html.playpen]
|
||||
editable = true
|
||||
editor = "ace"
|
||||
|
||||
[output.html.fold]
|
||||
enable = true
|
||||
level = 1
|
||||
|
||||
[output.html]
|
||||
git-repository-url = "https://github.com/sunface/rust-by-practice"
|
||||
edit-url-template = "https://github.com/sunface/rust-by-practice/edit/master/{path}"
|
||||
|
||||
[rust]
|
||||
edition = "2021"
|
Reference in New Issue
Block a user