add platform list of platform api
This commit is contained in:
parent
3cc02a3292
commit
1f2de8b60d
15 changed files with 654199 additions and 11 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -39,6 +39,7 @@ name = "androscalpel"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"adler",
|
||||
"androscalpel_platform_api_list",
|
||||
"androscalpel_serializer",
|
||||
"anyhow",
|
||||
"apk_frauder",
|
||||
|
|
@ -53,6 +54,10 @@ dependencies = [
|
|||
"zip",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "androscalpel_platform_api_list"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "androscalpel_serializer"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue