chore(licenses): allow BSL-1.0 in cargo-deny policy

This commit is contained in:
Chummy 2026-02-18 22:04:08 +08:00
parent 0bd2fbba2a
commit 586254a928

View file

@ -29,6 +29,7 @@ allow = [
"MPL-2.0",
"CDLA-Permissive-2.0",
"0BSD",
"BSL-1.0",
]
unused-allowed-license = "allow"