diff --git a/deny.toml b/deny.toml index a3bac9c..cd78fbf 100644 --- a/deny.toml +++ b/deny.toml @@ -84,3 +84,6 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] [sources] unknown-registry = "deny" unknown-git = "deny" + +[sources.allow-org] +github = ["emilk", "rerun-io"]