Skip to content

Create crate.yml

Create crate.yml #1

Workflow file for this run

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
path: './rookie-rs'