ZLUDA/zluda_inject/Cargo.toml

25 lines
623 B
TOML
Raw Permalink Normal View History

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]]
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"
detours-sys = { path = "../detours-sys" }
[dev-dependencies]
# all of those are used in integration tests
zluda_redirect = { path = "../zluda_redirect" }
zluda_dump = { path = "../zluda_dump" }
zluda_ml = { path = "../zluda_ml" }
[package.metadata.zluda]
windows_only = true