actions and fresh book install

This commit is contained in:
Carl Fredrik Samson
2020-01-25 14:51:00 +01:00
parent 8e0b8b1a69
commit 4b9a4b04d6
3 changed files with 10 additions and 0 deletions

6
book.toml Normal file
View File

@@ -0,0 +1,6 @@
[book]
authors = ["Carl Fredrik Samson"]
language = "en"
multilingual = false
src = "src"
title = "Futures Explained in 200 Lines of Rust"

3
src/SUMMARY.md Normal file
View File

@@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

1
src/chapter_1.md Normal file
View File

@@ -0,0 +1 @@
# Chapter 1