diff options
author | Andrzej Janik <[email protected]> | 2020-02-09 20:32:21 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-02-09 20:32:21 +0100 |
commit | cf816152033add991578777f1bad3b901651b769 (patch) | |
tree | f2bab2eaa40eb3729102cd7401ac5664a6ec5626 /Cargo.toml | |
parent | 14116ce5404bafb464974f0b0b32431ad9830583 (diff) | |
download | ZLUDA-cf816152033add991578777f1bad3b901651b769.tar.gz ZLUDA-cf816152033add991578777f1bad3b901651b769.zip |
Reorganize project to a workspace
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
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 |