aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-01-08 23:53:35 +0100
committerAndrzej Janik <[email protected]>2020-01-08 23:53:35 +0100
commit14116ce5404bafb464974f0b0b32431ad9830583 (patch)
tree7574561b719802da6cbfd9d316cbfb6576d82245 /Cargo.toml
parent30e8286d5394818539d49b7580bb288a01857d5a (diff)
downloadZLUDA-14116ce5404bafb464974f0b0b32431ad9830583.tar.gz
ZLUDA-14116ce5404bafb464974f0b0b32431ad9830583.zip
Split project into three
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index fc5cf5c..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-[package]
-name = "not_cuda"
-version = "0.1.0"
-authors = ["Andrzej Janik <[email protected]>"]
-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"
-
-[target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] } \ No newline at end of file