summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-13 13:04:16 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-13 13:04:16 +0200
commit28f4a1be06e29bb3bbb3dbf4f9307308783450ab (patch)
treecf006f2d02e31b02e9636228475095cddfb4c470 /Cargo.toml
parent50f16bb68fb6b28a1049ca25bb4273847c77ea93 (diff)
Text-to-speach API for alert sound generation
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 54a15ad..7bca3d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,3 +31,4 @@ sha256 = "1.5.0"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
bytes = "1"
expo_push_notification_client = "0.4.1"
+reqwest = { version = "0.12.7", features = ["json"] }