awslabs / tough

Rust libraries and tools for using and generating TUF repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add license checker to Makefile

jpculp opened this issue · comments

Tough crates should have the licenses of their dependencies checked at build time to avoid mishaps.

This can be accomplished with the cargo-deny crate.