chore(deps): add deny.toml and dependencies.json

This commit is contained in:
LGUG2Z
2025-03-05 16:40:57 -08:00
parent 0c64432c25
commit e4f9d8af86
3 changed files with 874 additions and 0 deletions

View File

@@ -18,6 +18,14 @@ on:
workflow_dispatch:
jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: EmbarkStudios/cargo-deny-action@v2
build:
strategy:
fail-fast: true