Skip to content

Fix typos in Cargo.toml #8

Fix typos in Cargo.toml

Fix typos in Cargo.toml #8

Workflow file for this run

on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish to crates.io
run: |
cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}