blob: e2196455cc51207e2ef78c2cfa535b4b2df0487b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "not_cuda"
version = "0.1.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"
[lib]
name = "not_cuda"
path = "src/lib.rs"
crate-type = ["cdylib"]
[[bin]]
name = "not_cuda"
path = "src/bin.rs"
[dependencies]
detours-sys = "0.1"
clap = "2.33"
|