Get message endpoint (#14)
textsender_api PR / Rustfmt (pull_request) Successful in 45s
textsender_api PR / Clippy (pull_request) Successful in 1m30s
textsender_api PR / Check (pull_request) Successful in 2m10s

Reviewed-on: phoenix/textsender_api#14
This commit was merged in pull request #14.
This commit is contained in:
2026-06-17 15:54:26 -04:00
parent d86958035e
commit 5740bce97c
9 changed files with 461 additions and 51 deletions
+1 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_api"
version = "0.1.8"
version = "0.1.9"
edition = "2024"
rust-version = "1.96"
@@ -15,12 +15,9 @@ tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.6.11", features = ["cors", "timeout"] }
tracing-subscriber = "0.3.23"
futures = { version = "0.3.32" }
mime_guess = { version = "2.0.5" }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
thiserror = "2.0.18"
base64 = "0.22.1"
jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["axum_extras"] }