diff options
Diffstat (limited to 'zluda_inject/Cargo.toml')
-rw-r--r-- | zluda_inject/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zluda_inject/Cargo.toml b/zluda_inject/Cargo.toml index 1181a21..cc9dc9b 100644 --- a/zluda_inject/Cargo.toml +++ b/zluda_inject/Cargo.toml @@ -11,3 +11,9 @@ path = "src/main.rs" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "synchapi", "winbase", "std"] } detours-sys = { path = "../detours-sys" } + +[dev-dependencies] +# dependency for integration tests +zluda_redirect = { path = "../zluda_redirect" } +# dependency for integration tests +zluda_dump = { path = "../zluda_dump" } |