1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2025-01-21 12:51:31 +00:00
How_To_Linux/book.toml

15 lines
363 B
TOML
Raw Permalink Normal View History

2022-08-17 20:53:04 +02:00
[book]
2023-08-13 20:56:39 +02:00
title = "Dev Tools"
2022-08-17 20:53:04 +02:00
authors = ["Mo Bitar"]
2023-08-13 20:56:39 +02:00
descriptions = "A 5 days course about development tools"
2022-08-17 20:53:04 +02:00
language = "en"
multilingual = false
2023-08-13 20:56:39 +02:00
[rust]
edition = "2021"
2022-08-24 23:28:49 +02:00
[output.html]
2023-08-13 20:32:02 +02:00
git-repository-url = "https://codeberg.org/mo8it/dev-tools"
2022-08-24 23:28:49 +02:00
git-repository-icon = "fa-code-fork"
2023-08-13 20:56:39 +02:00
edit-url-template = "https://codeberg.org/mo8it/dev-tools/src/branch/main/{path}"