/demo-my-app

a minimal cargo-dist demo repo

Primary LanguageRustApache License 2.0Apache-2.0

My Demo App

A simple app for demoing basic cargo-dist usage

The project was created with

cargo new my-app

with some basic Cargo.toml fields like "license" entered by hand, as well as README.md, LICENSE*, and RELEASES.md.

All cargo-dist config/CI was defined by:

cargo dist init --ci=github --installer=shell --installer=powershell

Releases are produced with:

cargo release 0.1.0 --no-publish