aboutsummaryrefslogtreecommitdiffhomepage
path: root/notcuda_inject/Cargo.toml
blob: 9c6163d30895fd19669c8604c4a1983db5b1c797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "notcuda_inject"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"

[[bin]]
name = "notcuda"
path = "src/main.rs"

[target.'cfg(windows)'.dependencies]
notcuda_redirect = { path = "../notcuda_redirect" }
winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] }
detours-sys = "0.1"
clap = "2.33"
guid = "0.1"