From 118f24df4024099b6fbdd6d74fca46ae089ac07a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 2 Jan 2026 23:17:26 +0800 Subject: Add support for Bincode config file format --- crates/utils/cfg_file/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/utils/cfg_file/Cargo.toml') diff --git a/crates/utils/cfg_file/Cargo.toml b/crates/utils/cfg_file/Cargo.toml index 7c09892..0685329 100644 --- a/crates/utils/cfg_file/Cargo.toml +++ b/crates/utils/cfg_file/Cargo.toml @@ -20,3 +20,4 @@ serde_yaml = "0.9.34" serde_json = "1.0.145" ron = "0.11.0" toml = "0.9.8" +bincode2 = "2.0.1" -- cgit