From 289e99ba977ebe6c4599141bc368c17f9905ffcc Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 3 Sep 2024 20:38:48 -0400 Subject: Add logout support. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9f7aa4a..eb748ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] argon2 = "0.5.3" +async-trait = "0.1.82" axum = { version = "0.7.5", features = ["form"] } axum-extra = { version = "0.9.3", features = ["cookie"] } chrono = "0.4.38" -- cgit v1.2.3