mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
add crate for future frontend
This commit is contained in:
11
crates/frontend/Cargo.toml
Normal file
11
crates/frontend/Cargo.toml
Normal 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/" }
|
||||
Reference in New Issue
Block a user