mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
3dca5feeec
fixes #2098
26 lines
518 B
TOML
26 lines
518 B
TOML
[licenses]
|
|
allow = [
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"CC0-1.0",
|
|
"ISC",
|
|
"MPL-2.0",
|
|
]
|
|
|
|
[advisories]
|
|
version = 2
|
|
# No fix for RSA, and this is a dependency from ssh_key crate to handle rsa ssh key.
|
|
# https://rustsec.org/advisories/RUSTSEC-2023-0071
|
|
ignore = ["RUSTSEC-2023-0071"]
|
|
|
|
[[licenses.exceptions]]
|
|
allow = ["Unicode-DFS-2016"]
|
|
name = "unicode-ident"
|
|
version = "1.0.3"
|
|
|
|
[bans]
|
|
multiple-versions = "deny"
|
|
skip-tree = [{ name = "windows-sys" }, { name = "bitflags" }]
|