10 lines
326 B
TOML
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"] }
|