Files
tokio/deny.toml
T

22 lines
329 B
TOML
Raw Normal View History

2024-10-23 18:48:07 +02:00
# https://embarkstudios.github.io/cargo-deny/cli/init.html
[graph]
all-features = true
[licenses]
allow = [
"MIT",
"Apache-2.0",
]
exceptions = [
{ allow = ["Unicode-3.0"], crate = "unicode-ident" },
2024-10-23 18:48:07 +02:00
]
[bans]
multiple-versions = "allow"
wildcards = "deny"
[sources]
unknown-registry = "deny"
unknown-git = "deny"