From a95de873ed724b9716240017a7cf5b419e4cf570 Mon Sep 17 00:00:00 2001 From: fa-sharp Date: Thu, 19 Feb 2026 16:01:32 -0500 Subject: [PATCH] Add serde derive feature --- Cargo.toml.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml.liquid b/Cargo.toml.liquid index 58fd762..2fdf95c 100644 --- a/Cargo.toml.liquid +++ b/Cargo.toml.liquid @@ -25,7 +25,7 @@ schemars = { version = "1.0", features = [ "uuid1" ] } {% endif %} -serde = "1.0.228" +serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" tokio = { version = "1.48.0", default-features = false, features = [ "macros",