8 lines
196 B
TOML
8 lines
196 B
TOML
[book]
|
|
title = "The Toy Programming Language"
|
|
authors = ["Kayne Ruse"]
|
|
language = "en"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/krgamestudios/Toy"
|
|
git-repository-icon = "fab-github" |