This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/yanagi-data/blockfile/Cargo.toml
2024-11-25 02:17:19 +03:00

12 lines
213 B
TOML

[package]
name = "blockfile"
version = "0.1.0"
edition = "2021"
[dependencies]
byteorder.workspace = true
hex.workspace = true
aes = "0.8.4"
ecb = { version = "0.1.2", features = ["alloc"] }
lz4_flex = "0.11.3"