Skip to content

docs: update json

docs: update json #152

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
name: cargo check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check