mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 12:14:56 +08:00
19 lines
339 B
TOML
19 lines
339 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
|
|
lz4 = "1.28"
|
|
lzma-rs = "0.3"
|
|
|
|
[dev-dependencies]
|
|
hex = "0.4"
|