From fd6701bdb9ad36cceba4207c1b3c8556faec9ef4 Mon Sep 17 00:00:00 2001 From: Masato Kikuchi Date: Thu, 27 Feb 2025 12:39:17 +0900 Subject: [PATCH] add json feature --- redis/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redis/Cargo.toml b/redis/Cargo.toml index 6d5c844..7b6a19b 100644 --- a/redis/Cargo.toml +++ b/redis/Cargo.toml @@ -14,3 +14,6 @@ redis = { version = "0.29", default-features = false, features = ["tokio-comp"] [dev-dependencies] futures-util = "0.3.15" tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] } + +[features] +json = ["redis/json"] \ No newline at end of file