From 14116ce5404bafb464974f0b0b32431ad9830583 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Wed, 8 Jan 2020 23:53:35 +0100 Subject: Split project into three --- Cargo.toml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] -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 -- cgit v1.2.3