wip: full editing support and login of user achieved, updated minijinja to v2, htmx, hyperscript

This commit is contained in:
2024-07-18 00:45:21 +02:00
parent 402585f968
commit a26e17a064
15 changed files with 94 additions and 25 deletions
+2 -2
View File
@@ -33,13 +33,13 @@ axum-messages = "0.6.1"
barrel = { version = "0.7.0", optional = true, features = ["pg"] }
dotenvy = "0.15.7"
mime_guess = "2.0.4"
minijinja = { version = "1.0.11", features = [
minijinja = { version = "2.0.3", features = [
"loader",
"builtins",
"urlencode",
"deserialization",
] }
minijinja-autoreload = "1.0.8"
minijinja-autoreload = "2.0.3"
once_cell = "1.18.0"
rust-embed = { version = "8.0.0", features = [
"axum",