Skip to content

add: utils functions and update imports #30

add: utils functions and update imports

add: utils functions and update imports #30

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --release