diff options
Diffstat (limited to 'zluda_lib/Cargo.toml')
-rw-r--r-- | zluda_lib/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/zluda_lib/Cargo.toml b/zluda_lib/Cargo.toml deleted file mode 100644 index 54a2d53..0000000 --- a/zluda_lib/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package]
-name = "zluda_lib"
-version = "0.0.0"
-authors = ["Andrzej Janik <[email protected]>"]
-edition = "2018"
-
-[lib]
-name = "nvcuda"
-crate-type = ["cdylib"]
-
-[dependencies]
-zluda = { path = "../zluda" }
|