CORS bug fix (#28)
Rust Build / Rustfmt (push) Successful in 48s
Rust Build / Check (push) Successful in 1m59s
Rust Build / Test Suite (push) Successful in 2m15s
Rust Build / Clippy (push) Successful in 1m38s
Rust Build / build (push) Successful in 3m44s

Reviewed-on: phoenix/textsender_api#28
This commit was merged in pull request #28.
This commit is contained in:
2026-06-30 11:55:32 -04:00
parent 166b6baa85
commit 71da521a53
5 changed files with 10 additions and 11 deletions
Generated
+1 -4
View File
@@ -3129,22 +3129,19 @@ dependencies = [
[[package]]
name = "textsender_api"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"axum",
"axum-extra",
"futures",
"josekit",
"jsonwebtoken",
"serde",
"serde_json",
"sqlx 0.9.0",
"swoosh",
"tempfile",
"textsender_models",
"time",
"tokio",
"tokio-util",
"tower",
"tower-http",
"tracing-subscriber",