don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add deny.toml

Needs review.

Signed-off-by: tjh <x@tjh.dev>

tjh 3636348a 7ed15e8d

+55
+55
deny.toml
··· 1 + [graph] 2 + targets = [ 3 + "x86_64-unknown-linux-gnu", 4 + "aarch64-unknown-linux-gnu" 5 + ] 6 + all-features = false 7 + no-default-features = false 8 + 9 + [output] 10 + feature-depth = 1 11 + 12 + [advisories] 13 + ignore = [] 14 + 15 + [licenses] 16 + confidence-threshold = 0.9 17 + allow = [ 18 + "Apache-2.0", 19 + "BSD-3-Clause", 20 + "CDLA-Permissive-2.0", 21 + "ISC", 22 + "MIT", 23 + "MPL-2.0", 24 + "OpenSSL", 25 + "Unicode-3.0", 26 + "Zlib" 27 + ] 28 + 29 + [licenses.private] 30 + ignore = true 31 + registries = [] 32 + 33 + [bans] 34 + multiple-versions = "warn" 35 + wildcards = "allow" 36 + highlight = "all" 37 + workspace-default-features = "allow" 38 + external-default-features = "allow" 39 + allow = [] 40 + deny = [] 41 + 42 + skip = [] 43 + skip-tree = [] 44 + 45 + [sources] 46 + unknown-registry = "warn" 47 + unknown-git = "warn" 48 + allow-registry = ["https://github.com/rust-lang/crates.io-index"] 49 + allow-git = [] 50 + 51 + [sources.allow-org] 52 + github = [] 53 + gitlab = [] 54 + bitbucket = [] 55 +