feat: inject data to html

This commit is contained in:
Ahmet Kaan Gümüş 2025-03-09 06:54:36 +03:00
parent cc331ee549
commit 8a12eb0ddd
5 changed files with 753 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "message_box"
version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.12.1"
axum = "0.8.1"