add crate for future frontend

This commit is contained in:
Lennart
2024-08-03 16:32:24 +02:00
parent 076f140923
commit 3869dad772
6 changed files with 170 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "rustical_frontend"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.8"
askama = { version = "0.12", features = ["serde", "with-actix-web"] }
askama_actix = "0.14"
tokio = { version = "1.39", features = ["sync", "full"] }
rustical_store = { path = "../store/" }