blob: 1f1017814786ab974c5963ea366f6ae4e4ad0745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "zluda_inject"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"
[[bin]]
name = "zluda"
path = "src/main.rs"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] }
detours-sys = { path = "../detours-sys" }
clap = "2.33"
wstr = "0.2"
|