Bug fixes
This commit is contained in:
parent
7f533cc583
commit
bb118f6144
11 changed files with 123 additions and 82 deletions
|
|
@ -13,7 +13,7 @@ members = [".", "migration"]
|
|||
[dependencies]
|
||||
askama = { version = "0.13.0", features = ["serde_json"] }
|
||||
async-trait = "0.1.88"
|
||||
axum = { version = "0.8.3", features = ["multipart", "macros"] }
|
||||
axum = { version = "0.8.3", features = ["http2", "multipart", "macros"] }
|
||||
axum-extra = { version = "0.10.1", features = ["form"] }
|
||||
axum-login = "0.17.0"
|
||||
chrono = "0.4.40"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue