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"] }