13 lines
374 B
TOML
13 lines
374 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" }
|
|
anyhow = "1.0.98"
|
|
flate2 = { version = "1.0.28", features = ["rust_backend"] }
|
|
log = "0.4.25"
|
|
rand = "0.8.5"
|