diff options
Diffstat (limited to 'zluda_inject/Cargo.toml')
-rw-r--r-- | zluda_inject/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zluda_inject/Cargo.toml b/zluda_inject/Cargo.toml new file mode 100644 index 0000000..5dbb14b --- /dev/null +++ b/zluda_inject/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "zluda_inject" +version = "0.0.0" +authors = ["Andrzej Janik <[email protected]>"] +edition = "2018" + +[[bin]] +name = "zluda" +path = "src/main.rs" + +[target.'cfg(windows)'.dependencies] +zluda_redirect = { path = "../zluda_redirect" } +winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] } +detours-sys = "0.1" +clap = "2.33" +guid = "0.1"
\ No newline at end of file |