change update
This commit is contained in:
parent
c0de774c5a
commit
71d5afd3c8
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@ edition = "2024"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
#androscalpel = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "d5006f5", features = ["code-analysis", "platform-list"] }
|
||||
#apk_frauder = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "d5006f5"}
|
||||
androscalpel = { path = "../../androscalpel/androscalpel", features = ["code-analysis", "platform-list"] }
|
||||
apk_frauder = { path = "../../androscalpel/apk_frauder"}
|
||||
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 = { path = "../../androscalpel/androscalpel", features = ["code-analysis", "platform-list"] }
|
||||
#apk_frauder = { path = "../../androscalpel/apk_frauder"}
|
||||
anyhow = { version = "1.0.95", features = ["backtrace"] }
|
||||
clap = { version = "4.5.27", features = ["derive"] }
|
||||
env_logger = "0.11.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue