blob: 814f83c7154221720f6da12765470e5c110e9d67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "notcuda"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"
[[bin]]
name = "notcuda"
path = "src/bin.rs"
[dependencies]
detours-sys = "0.1"
clap = "2.33"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] }
|