Twilio Config refactor (#27)
textsender_api PR / Rustfmt (pull_request) Successful in 38s
textsender_api PR / Check (pull_request) Successful in 1m59s
textsender_api PR / Clippy (pull_request) Successful in 2m52s

Reviewed-on: phoenix/textsender_api#27
This commit was merged in pull request #27.
This commit is contained in:
2026-06-21 21:13:06 -04:00
parent d37d087d44
commit 708e3e86f3
3 changed files with 19 additions and 54 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "textsender_api"
version = "0.1.20"
version = "0.1.21"
edition = "2024"
rust-version = "1.96"
@@ -22,8 +22,8 @@ jsonwebtoken = { version = "10.4.0", features = ["rust_crypto"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.3-29-7e5bc016b1-111" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.1-10-9e8ec15910-871" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.3-29-720f3d8f75-111" }
swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.4.1-10-6bdec12084-871" }
[dev-dependencies]
url = { version = "2.5.8" }