git-statuses 0.8.0

A tool to display git repository statuses in a table format
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[licenses]
version = 2
private = { ignore = true }
confidence-threshold = 0.93 # We want really high confidence when inferring licenses from text
allow = [
    "Apache-2.0",
    "MIT",
    "Unicode-3.0",
    "Zlib"
]
exceptions = []

[bans]
multiple-versions = "allow"

[advisories]
ignore = ["RUSTSEC-2024-0436"] # Ignore because ratatui uses it