summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-02 23:17:26 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-02 23:17:26 +0800
commit118f24df4024099b6fbdd6d74fca46ae089ac07a (patch)
tree62211f21987137d2f3e09ad489f3fc105a2d97db /Cargo.lock
parentba11b73da83d5f6c66129b52cff7a45d8994a6a0 (diff)
Add support for Bincode config file format
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 17cd6a5..41087f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -101,6 +101,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[package]]
+name = "bincode2"
+version = "2.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f49f6183038e081170ebbbadee6678966c7d54728938a3e7de7f4e780770318f"
+dependencies = [
+ "byteorder",
+ "serde",
+]
+
+[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -197,6 +207,7 @@ name = "cfg_file"
version = "0.1.0"
dependencies = [
"async-trait",
+ "bincode2",
"cfg_file_derive",
"ron",
"serde",