androscalpel/apk_frauder/Cargo.toml
2024-01-17 13:57:01 +01:00

10 lines
326 B
TOML

[package]
name = "apk_frauder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
androscalpel_serializer = { version = "0.1.0", path = "../androscalpel_serializer" }
flate2 = { version = "1.0.28", features = ["rust_backend"] }