Add docker (#5)
Rust Build / Rustfmt (push) Successful in 36s
Rust Build / Test Suite (push) Successful in 1m9s
Rust Build / Check (push) Successful in 1m14s
Rust Build / Clippy (push) Successful in 2m25s
Rust Build / build (push) Successful in 3m5s
Rust Build / Rustfmt (pull_request) Successful in 40s
Rust Build / Check (pull_request) Successful in 2m12s
Rust Build / Clippy (pull_request) Successful in 1m30s
Rust Build / Test Suite (pull_request) Successful in 2m39s
Rust Build / build (pull_request) Successful in 2m51s

Reviewed-on: phoenix/textsender-api#5
This commit was merged in pull request #5.
This commit is contained in:
2026-06-12 22:17:46 -04:00
parent 2610162da1
commit 1d9267e036
6 changed files with 229 additions and 80 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[package]
name = "textsender"
name = "textsender_api"
version = "0.5.0"
edition = "2024"
rust-version = "1.95"
@@ -25,7 +25,7 @@ jsonwebtoken = { version = "10.3.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.3.0-v0.3.0-migrate-2be0337da0-111" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.3.0" }
[dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" }