From c742b752140ab0eee6e353c779bd897042ba6739 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 19 Jul 2022 19:49:39 -0400 Subject: Big login system Still needs cookies, but those are coming! (and should be set anyways!) --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9a08b4a..9c656f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ build = "src/build.rs" [dependencies] axum = { version = "0.5.13", features = ["json", "tower-log"] } -axum-extra = { version = "0.3.6", features = ["spa"] } +axum-extra = { version = "0.3.6", features = ["spa", "cookie", "cookie-private"] } color-eyre = "0.6.2" hyper = { version = "0.14.20", features = ["full"] } serde = { version = "1.0.139", features = ["derive"] } @@ -22,6 +22,9 @@ tracing = "0.1.35" tracing-subscriber = { version = "0.3.14", features = ["env-filter"] } axum-macros = "0.2.3" chrono = "0.4.19" +ulid = "0.6.0" +async-session = "3.0.0" +bcrypt = "0.13.0" [dependencies.sqlx] version = "0.6" -- cgit v1.2.3