User utoipa (#19)
Rust Build / Check (push) Successful in 36s
Rust Build / Rustfmt (push) Successful in 31s
Rust Build / Test Suite (push) Successful in 41s
Rust Build / build (push) Successful in 31s
Rust Build / Clippy (push) Successful in 45s
Release Tagging / release (push) Successful in 40s

Reviewed-on: phoenix/textsender-models#19
This commit was merged in pull request #19.
This commit is contained in:
2026-05-31 17:48:09 -04:00
parent 910ecfc0e0
commit 2be0337da0
6 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ uuid = { version = "1.23.1", features = ["v4", "serde"] }
dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" }
# utoipa = { version = "5.4.0", features = ["uuid", "time"] }
utoipa = { version = "5.4.0", features = ["uuid", "time"] }
[dev-dependencies]
tempfile = { version = "3.27.0" }