Adding utoipa crate

This commit is contained in:
2026-05-31 17:35:00 -04:00
parent 910ecfc0e0
commit c0889fd90f
2 changed files with 26 additions and 1 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" }