mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-06 15:17:19 +02:00
add workspace for gh actions
This commit is contained in:
parent
8aff1aa9a1
commit
8f47a8d809
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
6
Cargo.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"winapps",
|
||||
"winapps-cli",
|
||||
"winapps-gui",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user