os/deny.toml
Mathieu Strypsteen c472ef1e27
All checks were successful
Build / build (push) Successful in 3m0s
Add display support
2024-11-13 16:15:41 +01:00

6 lines
221 B
TOML

[licenses]
allow = ["Apache-2.0", "BSD-3-Clause", "ISC", "MIT", "MPL-2.0", "Unlicense"]
exceptions = [
{allow = ["BSD-3-Clause-acpica"], crate = "acpica-rs"},
{allow = ["Unicode-DFS-2016"], crate = "unicode-ident"}
]