Skip to content

Add .rustfmt.toml file. #36

Add .rustfmt.toml file.

Add .rustfmt.toml file. #36

Workflow file for this run

name: Github Actions
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose