add skeleton

This commit is contained in:
孙飞
2022-02-11 14:42:25 +08:00
parent aa691f9410
commit bef6354109
5 changed files with 75 additions and 0 deletions

20
book.toml Normal file
View File

@ -0,0 +1,20 @@
[book]
title = "Rust Exercise"
description = "A set of exercises and examples to pratice various aspects of Rust, also for the rust course (book) at https://course.rs"
authors = ["course.rs"]
language = "en"
multilingual = false
src = "src"
[output.html.playpen]
editable = true
editor = "ace"
[output.html.fold]
enable = true
[output.html]
git-repository-url = "https://github.com/course-rs/rust-exercise"
[rust]
edition = "2021"