brewery
notashelf /
ec591fe105b53a972541541543d6980b653efe12

beer

public

A terminal worth pouring time into

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git
.deny.tomlToml27 lines372 B
1
[advisories]
2
version = 2
3
yanked = "deny"
4
5
[licenses]
6
version = 2
7
allow = [
8
  "EUPL-1.2",
9
  "MIT",
10
  "Apache-2.0",
11
  "Apache-2.0 WITH LLVM-exception",
12
  "BSD-2-Clause",
13
  "BSD-3-Clause",
14
  "ISC",
15
  "Unicode-3.0",
16
  "Unicode-DFS-2016",
17
  "Zlib",
18
  "MPL-2.0",
19
]
20
21
[bans]
22
multiple-versions = "warn"
23
wildcards = "allow"
24
25
[sources]
26
unknown-registry = "deny"
27
unknown-git = "deny"