File size: 231 Bytes
3374e90 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [package]
name = "bex-pkg"
version = "1.0.0"
edition = "2021"
[dependencies]
bex-types = { workspace = true }
sha2 = "0.10"
crc32fast = "1"
zstd = "0.13"
hex = "0.4"
serde_yaml = { workspace = true }
anyhow = { workspace = true }
|