aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-02-09 20:32:21 +0100
committerAndrzej Janik <[email protected]>2020-02-09 20:32:21 +0100
commitcf816152033add991578777f1bad3b901651b769 (patch)
treef2bab2eaa40eb3729102cd7401ac5664a6ec5626 /Cargo.toml
parent14116ce5404bafb464974f0b0b32431ad9830583 (diff)
downloadZLUDA-cf816152033add991578777f1bad3b901651b769.tar.gz
ZLUDA-cf816152033add991578777f1bad3b901651b769.zip
Reorganize project to a workspace
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..4d850ff
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[workspace]
+
+members = [
+ "notcuda",
+ "notcuda_inject",
+ "notcuda_redirect",
+] \ No newline at end of file