wip
This commit is contained in:
parent
92f8e7092d
commit
2e0794c3e3
5 changed files with 1533 additions and 101 deletions
|
|
@ -6,4 +6,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
androscalpel = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git", version = "0.1.0" }
|
||||
androscalpel = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git" }
|
||||
apk_frauder = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git" }
|
||||
anyhow = "1.0.95"
|
||||
clap = { version = "4.5.27", features = ["derive"] }
|
||||
env_logger = "0.11.6"
|
||||
reqwest = { version = "0.12.12", default-features = false, features = ["blocking", "rustls-tls"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue