mirror of
https://github.com/askama-rs/askama.git
synced 2025-12-30 05:12:03 +00:00
14 lines
313 B
TOML
14 lines
313 B
TOML
[book]
|
|
authors = ["askama-rs developers"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "Askama"
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/askama-rs/askama/tree/master/book"
|
|
edit-url-template = "https://github.com/askama-rs/askama/tree/master/book/{path}"
|
|
playground.runnable = false
|