Gankra / demo-my-app

a minimal cargo-dist demo repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a minimal cargo-dist demo repo

License:Apache License 2.0


Languages

Language:Rust 100.0%