mirror of
https://github.com/LordGrimmauld/yubi-oath-rs.git
synced 2025-03-04 05:44:40 +01:00
18 lines
303 B
TOML
18 lines
303 B
TOML
![]() |
|
||
|
[advisories]
|
||
|
db-path = "~/.cargo/advisory-db"
|
||
|
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||
|
ignore = []
|
||
|
|
||
|
[licenses]
|
||
|
allow = [
|
||
|
"MIT", # from ouroboros
|
||
|
"Unicode-3.0",
|
||
|
"ISC", # from iso7816-tlv
|
||
|
"BSD-3-Clause"
|
||
|
]
|
||
|
|
||
|
[bans]
|
||
|
multiple-versions = "deny"
|
||
|
wildcards = "deny"
|
||
|
highlight = "all"
|