Skip to content

add rustfmt.toml

add rustfmt.toml #6

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- README.md
- .gitignore
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- run: cargo run --release --verbose