mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 05:25:14 +08:00
23 lines
417 B
TOML
23 lines
417 B
TOML
[package]
|
|
name = "bat-assetbundle"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tracing.workspace = true
|
|
|
|
# Unity AssetBundle 解析需要的依赖
|
|
byteorder = "1.5"
|
|
lz4 = "1.28"
|
|
# LZMA 解压缩
|
|
lzma-rs = "0.3"
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4"
|