Build Workflow on GitHub Actions

About

Getting Started (with Source)

COMMAND git clone https://github.com/mass10/rzip cargo build --release target\release\rzip.exe

Getting Started (with Binary)

COMMAND cargo install --git https://github.com/mass10/rzip --branch main rzip path\to\directory

settings.toml

```toml exclude_dirs = [ ".git", ".settings" ]

exclude_files = [ ".vcxproj.user", ".obj" ] ```

Future Plans