This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-01-31 14:21:06 +01:00
parent 2e0794c3e3
commit c423a3f5cd
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 61 additions and 21 deletions

View file

@ -7,7 +7,8 @@ edition = "2021"
[dependencies]
androscalpel = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git" }
apk_frauder = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git" }
#apk_frauder = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git" }
apk_frauder = { path = "/home/histausse/workspace/dev/Project/androscalpel/apk_frauder" }
anyhow = "1.0.95"
clap = { version = "4.5.27", features = ["derive"] }
env_logger = "0.11.6"