WIP: List the most recent change to each top-level entry in a git tree
1[graph]
2targets = [
3 "x86_64-unknown-linux-gnu"
4]
5all-features = false
6no-default-features = false
7
8[output]
9feature-depth = 1
10
11[advisories]
12ignore = []
13
14[licenses]
15confidence-threshold = 0.9
16allow = [
17 "Apache-2.0",
18 "MIT",
19 "MPL-2.0",
20 "Unicode-3.0",
21 "Zlib"
22]
23
24[licenses.private]
25ignore = true
26registries = []
27
28[bans]
29multiple-versions = "warn"
30wildcards = "allow"
31highlight = "all"
32workspace-default-features = "allow"
33external-default-features = "allow"
34allow = []
35deny = []
36
37skip = []
38skip-tree = []
39
40[sources]
41unknown-registry = "warn"
42unknown-git = "warn"
43allow-registry = ["https://github.com/rust-lang/crates.io-index"]
44allow-git = []
45
46[sources.allow-org]
47github = []
48gitlab = []
49bitbucket = []