diff --git a/deny.toml b/deny.toml index 2cd08886cba..0358e6a9259 100644 --- a/deny.toml +++ b/deny.toml @@ -205,5 +205,10 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"] # List of URLs for allowed Git repositories allow-git = [] -#[sources.allow-org] -allow-git = ["https://github.com/TheDan64/inkwell.git"] +[sources.allow-org] +# 1 or more github.com organizations to allow git sources for +github = ["TheDan64"] +# 1 or more gitlab.com organizations to allow git sources for +#gitlab = [""] +# 1 or more bitbucket.org organizations to allow git sources for +#bitbucket = [""]