add license

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-11-18 16:23:10 +01:00
parent 30ae4b064f
commit 462d742ce9
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 677 additions and 4 deletions

View file

@ -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"] }