move new versino from volta website

This commit is contained in:
2025-07-21 19:42:32 +02:00
parent 5f22cdf06f
commit 02049b6d33
20 changed files with 1036 additions and 1113 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "webTemplate"
version = "0.2.0"
edition = "2024"
[dependencies]
hashlink = "0.10.0"
minijinja = { version = "2.10.2", features = ["loader", "builtins", "json"] }
pulldown-cmark = { version = "0.13.0", features = ["serde"] }
regex = "1.11.1"
yaml-rust2 = "0.10.2"