Skip to content

Update README.md

Update README.md #45

Workflow file for this run

name: Build
on:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --manifest-path ./projects_rust/Cargo.toml --verbose