bsdump 0.1.0

A tool to dump content of a bsdiff patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.binread]
version = "2.1.0"

[dependencies.brotli]
version = "3.3.0"

[dependencies.bzip2]
version = "0.4.2"

[dependencies.memmap]
version = "0.7.0"

[package]
description = "A tool to dump content of a bsdiff patch"
edition = "2018"
license-file = "LICENSE"
name = "bsdump"
version = "0.1.0"