feat: add uuid dependency to Cargo.lock and create deploy script

This commit is contained in:
2026-05-08 13:39:44 +02:00
parent a282539151
commit 4ea5f4cecf
2 changed files with 8 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -3951,6 +3951,7 @@ dependencies = [
"chrono",
"domain",
"serde",
"uuid",
]
[[package]]