EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.62k stars 80 forks source link

Introduce JSON schema for deny.toml #635

Open Veetaha opened 3 months ago

Veetaha commented 3 months ago

Status: going through trailing design iterations, there is enough code to start thinking of making it into a separate tool living in a separate repo.


This is the work that is intended to close https://github.com/EmbarkStudios/cargo-deny/issues/632

This PR is not complete yet, it already works nicely, but I want to improve it more. Almost nothing to review. It's just a draft PR that I'll try to finish as soon as I have time.

TODO

The things to do in this PR:

TODO after merge

Make a PR to the SchemaStore repo with the entry for deny.toml file association.