From 71d5afd3c8a105f0ff7b2fb423a5c4fa5b42c637 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Fri, 3 Oct 2025 04:10:02 +0200 Subject: [PATCH] change update --- patcher/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patcher/Cargo.toml b/patcher/Cargo.toml index f044773..ca67b6f 100644 --- a/patcher/Cargo.toml +++ b/patcher/Cargo.toml @@ -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"