Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

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

Update deny config

-8
-8
deny.toml
··· 1 - targets = [] 2 - 3 1 # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html 4 2 [advisories] 5 3 db-path = "~/.cargo/advisory-db" 6 4 db-urls = ["https://github.com/rustsec/advisory-db"] 7 - vulnerability = "deny" 8 - unmaintained = "deny" 9 - yanked = "deny" 10 - notice = "deny" 11 5 ignore = [ 12 6 "RUSTSEC-2021-0145" 13 7 ] 14 8 15 9 # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html 16 10 [licenses] 17 - unlicensed = "deny" 18 11 allow = [ 19 12 "MIT", 20 13 "Apache-2.0", ··· 26 19 "Unicode-DFS-2016", 27 20 "BSL-1.0", 28 21 ] 29 - default = "deny" 30 22 confidence-threshold = 0.8 31 23 32 24 [[licenses.clarify]]