diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-13 13:04:16 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-13 13:04:16 +0200 |
commit | 28f4a1be06e29bb3bbb3dbf4f9307308783450ab (patch) | |
tree | cf006f2d02e31b02e9636228475095cddfb4c470 /Cargo.toml | |
parent | 50f16bb68fb6b28a1049ca25bb4273847c77ea93 (diff) |
Text-to-speach API for alert sound generation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |