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