Added support to serialize uuid

This commit is contained in:
2025-04-03 16:09:01 -04:00
parent 5943a3342c
commit 35c35660d8

View File

@@ -13,7 +13,7 @@ tower = { version = "0.5.2" }
hyper = { version = "1.6.0" } hyper = { version = "1.6.0" }
sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio-native-tls", "uuid"] } sqlx = { version = "0.8.3", features = ["postgres", "runtime-tokio-native-tls", "uuid"] }
dotenvy = { version = "0.15.7" } dotenvy = { version = "0.15.7" }
uuid = { version = "1.16.0" } uuid = { version = "1.16.0", features = ["v4", "serde"] }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }
[dev-dependencies] [dev-dependencies]