This is a template for cargo-generate to create CLI applications. To use it run:
cargo generate --git https://github.com/Semptic/rust-project-template.git
It also creates github workflows and dependabot config. If you don't want this delete the .github/
folder.
This also adds a ready to go gitpod configuration, if you don't need this just delete the .gitpod.yaml
and .gitpod.Dockerfile
files.
You must add a license file in ./LICENSE
after generating from the template.
Run the following command to test the template:
./test-template.sh