From f56b18fd28054aa5b241a897d22bcfc58c321286 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 5 Sep 2024 14:21:32 +0200 Subject: Send notifications by Expo API --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-71-g8e6c