summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-05 12:21:32 +0000
committerSanto Cariotti <santo@dcariotti.me>2024-09-05 12:21:32 +0000
commitf56b18fd28054aa5b241a897d22bcfc58c321286 (patch)
tree10908e8ada3641be175f1af9857c3be6b7489f7c /Cargo.toml
parentb592d19f1a74a32df0aaed7dbf7484d0ef5ad35a (diff)
Send notifications by Expo API
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 cef6521..79efdb5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,3 +30,4 @@ chrono = { version = "0.4.38", features = ["serde"] }
sha256 = "1.5.0"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
bytes = "1"
+expo_push_notification_client = "0.4.1"