From ecea84d95bff8321f124c3537ea47577b4d2088f Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 29 May 2023 12:27:29 +0200 Subject: [PATCH] api: Add serde to uuid --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index eb542db..9268890 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] serde = { version = "1.0.163", features = ["derive"] } -uuid = "1.3.3" +uuid = { version = "1.3.3", features = ["serde"] }