add workspace for gh actions

This commit is contained in:
LDprg 2023-07-13 14:59:26 +02:00
parent 8aff1aa9a1
commit 8f47a8d809
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -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.

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[workspace]
members = [
"winapps",
"winapps-cli",
"winapps-gui",
]