From 28288ecf1baf417082c946f84eedb35c9033be6a Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 15 Sep 2025 19:23:37 +0800 Subject: [PATCH] fix compile issue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9dc081..35c218e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ circus = [] circus-arc = ["circus"] circus-audio = ["circus", "flate2", "int-enum", "lossless-audio"] circus-img = ["circus", "image", "flate2", "zstd"] -emote-img = ["base64", "emote-psb", "image", "libtlg-rs", "url"] +emote-img = ["base64", "emote-psb", "image", "json", "libtlg-rs", "url"] entis-gls = ["xml5ever", "markup5ever", "markup5ever_rcdom"] escude = ["int-enum"] escude-arc = ["escude", "rand", "utils-bit-stream"]