From 8f47a8d80972dfda6cd136111aee8459644013b4 Mon Sep 17 00:00:00 2001 From: LDprg Date: Thu, 13 Jul 2023 14:59:26 +0200 Subject: [PATCH] add workspace for gh actions --- .gitignore | 2 +- Cargo.toml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore index 5645b34..bac0002 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Generated files -*/target/ +target/ # The library shouldn't decide about the exact versions of # its dependencies, but let the downstream crate decide. diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a54817b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] +members = [ + "winapps", + "winapps-cli", + "winapps-gui", +] \ No newline at end of file