libsodium-sys-stable 1.22.8

Maintained FFI bindings for libsodium stable
Documentation
name: native builds
on: push
jobs:
  test:
    name: Test
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        include:
          - target: x86_64-unknown-linux-gnu
            os: ubuntu-latest
          - target: x86_64-pc-windows-msvc
            os: windows-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Cargo Version
        run: cargo version

      - name: Cargo Test
        run: cargo test --target ${{ matrix.target }}