Login and logout

This commit is contained in:
Greg Shuflin
2025-02-01 23:01:33 -08:00
parent 868df22ea7
commit a1a0a04bd8
7 changed files with 288 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
argon2 = "0.5.3"
atom_syndication = "0.12.6"
chrono = { version = "0.4.34", features = ["serde"] }
rocket = { version = "0.5.1", features = ["json"] }
rocket = { version = "0.5.1", features = ["json", "secrets"] }
rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] }
rocket_dyn_templates = { version = "0.2.0", features = ["tera"] }
rss = "2.0.11"