diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-02 23:17:26 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-02 23:17:26 +0800 |
| commit | 118f24df4024099b6fbdd6d74fca46ae089ac07a (patch) | |
| tree | 62211f21987137d2f3e09ad489f3fc105a2d97db /crates/utils/cfg_file/Cargo.toml | |
| parent | ba11b73da83d5f6c66129b52cff7a45d8994a6a0 (diff) | |
Add support for Bincode config file format
Diffstat (limited to 'crates/utils/cfg_file/Cargo.toml')
| -rw-r--r-- | crates/utils/cfg_file/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
