summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-12-12 10:23:59 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-12-17 15:48:20 -0500
commit98ce341c5fe8403b9dc5654fe18e1ebba61e68e4 (patch)
tree88acdfafe32ad0f99effaaa89cc7d98db2141fda /Cargo.toml
parent522c1533a0af7af7d96bb4d6850ce0b2c8762e89 (diff)
Publish push messages when a message is sent to a conversation.HEADmain
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 4085a19..fa35201 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ assets = [
[dependencies]
argon2 = "0.5.3"
+async-trait = "0.1.89"
axum = { version = "0.8.6", features = ["form"] }
axum-extra = { version = "0.12.1", features = ["cookie", "query", "typed-header"] }
base64 = "0.22.1"