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