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

13 lines
213 B
TOML
Raw Normal View History

2024-11-24 23:17:19 +00:00
[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"