summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-09-03 20:38:48 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-09-03 20:38:48 -0400
commit289e99ba977ebe6c4599141bc368c17f9905ffcc (patch)
tree1dc34400c1284f8246e4bc5f5164b8f805f6cc0a /Cargo.toml
parentb404344a7c4ab5cb6c7d7b445fab796be79b848f (diff)
Add logout support.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"