mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-14 13:31:09 +00:00
33 lines
523 B
TOML
33 lines
523 B
TOML
[graph]
|
|
exclude = [
|
|
"examples",
|
|
"tutorials",
|
|
]
|
|
|
|
[advisories]
|
|
version = 2
|
|
db-path = "~/.cargo/advisory-db"
|
|
db-urls = ["https://github.com/rustsec/advisory-db"]
|
|
ignore = []
|
|
|
|
[licenses]
|
|
version = 2
|
|
confidence-threshold = 0.8
|
|
allow = [
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"Unicode-DFS-2016",
|
|
]
|
|
|
|
[bans]
|
|
multiple-versions = "deny"
|
|
wildcards = "allow"
|
|
highlight = "all"
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|
|
allow-git = [
|
|
"https://github.com/gtk-rs/gtk-rs-core",
|
|
]
|