feat: ✨ inject data to html
This commit is contained in:
parent
cc331ee549
commit
8a12eb0ddd
5 changed files with 753 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "message_box"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
askama = "0.12.1"
|
||||
axum = "0.8.1"
|
Loading…
Add table
Add a link
Reference in a new issue