From c9921c5466eb71adde4b42192b4e639dde39e701 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 24 Oct 2021 17:05:32 +0200 Subject: Fix: Import serde with derive feature Signed-off-by: Matthias Beyer --- person-api-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/person-api-types/Cargo.toml b/person-api-types/Cargo.toml index e1665fc..4b614bf 100644 --- a/person-api-types/Cargo.toml +++ b/person-api-types/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -serde = "1" +serde = { version = "1", features = ["derive"] } -- cgit v1.2.3