Add cargo-deny config and CI

This commit is contained in:
link2xt
2023-02-25 20:40:56 +00:00
parent 8177070673
commit aab35c3703
3 changed files with 25 additions and 0 deletions

16
deny.toml Normal file
View File

@@ -0,0 +1,16 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071",
]
[licenses]
allow = [
"0BSD",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"MIT",
"BSL-1.0", # Boost Software License 1.0
"Unicode-DFS-2016",
]