Initial commit

This commit is contained in:
Ana Custura 2025-06-07 17:01:43 +01:00
commit 65f1591c05
6 changed files with 2074 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "readme"
version = "0.1.0"
edition = "2024"
[dependencies]
tera = "1.20"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.8.23"
serde_json = "1.0.140"