[package] name = "zluda_inject" version = "0.0.0" authors = ["Andrzej Janik "] edition = "2018" [[bin]] name = "zluda_with" path = "src/main.rs" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "std", "synchapi"] } detours-sys = { path = "../detours-sys" }