This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-01-23 15:01:55 +01:00
commit 5a12be38f7
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 669 additions and 0 deletions

9
patcher/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "patcher"
version = "0.1.0"
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" }