feat: restructure project, implement askama templating #26

Merged
theo merged 21 commits from restructure-project into main 2024-07-26 14:42:03 +02:00
Showing only changes of commit b807e78ac3 - Show all commits

View File

@ -14,9 +14,9 @@ tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies]
axum = "0.7.5"
tauri = { version = "2.0.0-beta", features = ["devtools"] }
tauri = { version = "2.0.0-beta", features = [] }
tower = "0.4.13"
clego = { path = "../clego" }
tokio = "1.39.1"
clego = { path = "../clego" }