Skip to content

Add dual Apache-2.0/MIT licensing section to README #1

Add dual Apache-2.0/MIT licensing section to README

Add dual Apache-2.0/MIT licensing section to README #1

Workflow file for this run

name: Publish to crates.io
on:
push:
tags:
- "v*.*.*"
env:
CARGO_TERM_COLOR: always
jobs:
call-publish:
uses: qntx/workflows/.github/workflows/rust-publish.yml@main
with:
package: gors
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}