2020-01-05 19:28:21 +01:00
|
|
|
[package]
|
2020-11-23 20:00:16 +01:00
|
|
|
name = "zluda_inject"
|
2020-01-08 23:53:35 +01:00
|
|
|
version = "0.0.0"
|
2020-01-05 19:28:21 +01:00
|
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[[bin]]
|
2021-01-08 17:17:46 +01:00
|
|
|
name = "zluda_with"
|
2020-02-16 15:58:15 +01:00
|
|
|
path = "src/main.rs"
|
2020-01-05 19:28:21 +01:00
|
|
|
|
2020-02-16 15:58:15 +01:00
|
|
|
[target.'cfg(windows)'.dependencies]
|
2024-12-10 21:48:10 +01:00
|
|
|
winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "synchapi", "winbase", "std", "processenv"] }
|
2022-02-04 00:50:25 +01:00
|
|
|
tempfile = "3"
|
|
|
|
argh = "0.1"
|
2021-01-03 18:45:48 +01:00
|
|
|
detours-sys = { path = "../detours-sys" }
|
2021-12-01 23:08:07 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-12-05 23:01:46 +01:00
|
|
|
# all of those are used in integration tests
|
2021-12-01 23:08:07 +01:00
|
|
|
zluda_redirect = { path = "../zluda_redirect" }
|
|
|
|
zluda_dump = { path = "../zluda_dump" }
|
2021-12-05 23:01:46 +01:00
|
|
|
zluda_ml = { path = "../zluda_ml" }
|
2025-01-28 01:55:36 +01:00
|
|
|
|
|
|
|
[package.metadata.zluda]
|
|
|
|
windows_only = true
|