Create self-contained renderer CLI

This commit is contained in:
nora 2023-09-22 18:36:59 +02:00
parent 1f89aae3de
commit 593f8ec279
6 changed files with 78 additions and 3 deletions

View file

@ -5,6 +5,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
debug = 1
[dependencies]
askama = { version = "0.12.0", default-features = false }
axum = { version = "0.6.20", default-features = false, features = [