feat: footer parser

This commit is contained in:
鲁树人
2024-09-05 23:37:55 +01:00
parent 4b89ad9962
commit 15bfd296f0
14 changed files with 445 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -69,6 +69,12 @@ version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cc"
version = "1.1.15"
@@ -312,6 +318,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"base64",
"byteorder",
"itertools",
"thiserror",
]