add license
This commit is contained in:
parent
30ae4b064f
commit
462d742ce9
6 changed files with 677 additions and 4 deletions
|
|
@ -2,12 +2,13 @@
|
|||
name = "patcher"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
androscalpel = { git = "ssh://git@gitlab.inria.fr/pirat/android/androscalpel.git", rev = "d5006f5", features = ["code-analysis", "platform-list"] }
|
||||
apk_frauder = { git = "ssh://git@gitlab.inria.fr/pirat/android/androscalpel.git", rev = "d5006f5"}
|
||||
androscalpel = { git = "https://git.mineau.eu/these-android-re/androscalpel", rev = "d5006f5", features = ["code-analysis", "platform-list"] }
|
||||
apk_frauder = { git = "https://git.mineau.eu/these-android-re/androscalpel", rev = "d5006f5"}
|
||||
#androscalpel = { path = "../../androscalpel/androscalpel", features = ["code-analysis", "platform-list"] }
|
||||
#apk_frauder = { path = "../../androscalpel/apk_frauder"}
|
||||
anyhow = { version = "1.0.95", features = ["backtrace"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue