feat: add basic template functionality

This commit is contained in:
Alexander Navarro 2025-02-13 14:58:21 -03:00
parent b6c909f6f4
commit 6bf3947df3
5 changed files with 52 additions and 3 deletions

13
Cargo.lock generated
View file

@ -115,7 +115,9 @@ name = "compendium"
version = "0.1.0"
dependencies = [
"axum",
"minijinja",
"notify",
"serde",
"tokio",
"tower-livereload",
]
@ -363,6 +365,15 @@ version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minijinja"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff7b8df5e85e30b87c2b0b3f58ba3a87b68e133738bf512a7713769326dbca9"
dependencies = [
"serde",
]
[[package]]
name = "miniz_oxide"
version = "0.8.4"
@ -699,7 +710,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]