diff --git a/deny.toml b/deny.toml index c7895559..337413f3 100644 --- a/deny.toml +++ b/deny.toml @@ -51,6 +51,10 @@ allow = [ ] crate = "android-activity" +[[bans.build.bypass]] +allow-globs = ["ci/*", "githooks/*"] +crate = "zerocopy" + [[bans.build.bypass]] allow-globs = ["freetype2/*"] crate = "freetype-sys"