backend-kit 0.0.3

Provides a set of tools and helpers for building backend services in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Publish

on:
  release:
    types:
      - published
  workflow_dispatch:

jobs:
  publish:
    uses: ukasyah-dev/actions/.github/workflows/publish-cargo.yml@main
    permissions:
      contents: read
    secrets: inherit