Skip to content

Add missing variables to manifest #4

Add missing variables to manifest

Add missing variables to manifest #4

Workflow file for this run

name: Publish on crates.io
on:
release:
types: [published]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}