Skip to content

Added tower-http layers to improve client-side experience #51

Added tower-http layers to improve client-side experience

Added tower-http layers to improve client-side experience #51

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
audit:
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}