crane/examples/quick-start-workspace/deny.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
152 B
TOML
Raw Normal View History

2024-04-22 01:23:03 +03:00
[bans]
multiple-versions = 'allow'
[licenses]
private = { ignore = true }
allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-DFS-2016",
]