mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 00:55:15 +08:00
chore(deps): 移除占位 crate 中零引用的依赖
bat-patch 的 bsdiff/json-patch、bat-assetbundle 的 byteorder/lz4/lzma-rs 在 源码中完全未使用,占位阶段白增编译负担。移除并留注释说明待对应引擎/解析器真正 实现时再按需引入。 对应 issue #18 维护清单 3-6。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,11 +12,8 @@ serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
# Unity AssetBundle 解析需要的依赖
|
||||
byteorder = "1.5"
|
||||
lz4 = "1.28"
|
||||
# LZMA 解压缩
|
||||
lzma-rs = "0.3"
|
||||
# 注意:byteorder、lz4、lzma-rs 等 UnityFS 解析/解压依赖待解析器真正实现时
|
||||
# 再按需引入,避免占位阶段白增编译负担。
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4"
|
||||
|
||||
@@ -12,11 +12,8 @@ serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
blake3.workspace = true
|
||||
|
||||
# Binary diff/patch
|
||||
bsdiff = "0.2"
|
||||
|
||||
# JSON patch
|
||||
json-patch = "4.2"
|
||||
# 注意:bsdiff(binary diff/patch)与 json-patch(RFC 6902)等具体算法依赖
|
||||
# 待 Patch 引擎真正实现时再按需引入,避免占位阶段白增编译负担。
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.14"
|
||||
|
||||
Reference in New Issue
Block a user