refactor: apk-parser crate

This commit is contained in:
2025-02-14 15:56:12 +00:00
parent 3df55189ad
commit c0b7312aae
9 changed files with 1409 additions and 415 deletions

11
apk-parser/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "apk-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
log = "0.4.25"
hex = "0.4.3"
byteorder = "1.5.0"
apk = "0.4.0"