wip episode actions

This commit is contained in:
Jef Roosens 2025-02-28 13:48:44 +01:00
parent 7ce41cd034
commit 3e79bec974
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
16 changed files with 319 additions and 13 deletions

View file

@ -5,9 +5,9 @@ edition = "2021"
[dependencies]
argon2 = "0.5.3"
axum = { version = "0.8.1" }
axum = { version = "0.8.1", features = ["macros"] }
axum-extra = { version = "0.10", features = ["cookie", "typed-header"] }
chrono = "0.4.39"
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.30", features = ["derive", "env"] }
diesel = { version = "2.2.7", features = ["r2d2", "sqlite", "returning_clauses_for_sqlite_3_35"] }
diesel_migrations = { version = "2.2.0", features = ["sqlite"] }