tsk-57: Adding derive Schema to models #58

Merged
phoenix merged 5 commits from tsk-57 into main 2025-08-24 23:42:05 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 0950267a48 - Show all commits

1
Cargo.lock generated
View File

@@ -550,6 +550,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn", "syn",
"uuid",
] ]
[[package]] [[package]]

View File

@@ -13,7 +13,7 @@ rand = { version = "0.9.1" }
time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] } time = { version = "0.3.41", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] } uuid = { version = "1.17.0", features = ["v4", "serde"] }
josekit = { version = "0.10.3" } josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0" } utoipa = { version = "5.4.0", features = ["uuid"] }
[dev-dependencies] [dev-dependencies]
tempfile = { version = "3.20.0" } tempfile = { version = "3.20.0" }