yubi-oath-rs/deny.toml
Grimmauld ef953aed58
Some checks are pending
CI / Check (push) Waiting to run
CI / Test Suite (push) Waiting to run
CI / Rustfmt (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / cargo-deny (push) Waiting to run
clean up lifetimes
2025-02-13 23:01:49 +01:00

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"
]