| [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 } | |
| [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 } | |