sync
This commit is contained in:
parent
3cfd5bdd6c
commit
859603399a
4 changed files with 1284 additions and 313 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
axum = "0.8"
|
||||
axum = { version = "0.8", features = [ "macros" ] }
|
||||
axum-extra = { version = "0.10", features = ["cookie"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
dotenvy = "0.15"
|
||||
|
|
|
|||
Loading…
Reference in a new issue