typst/vendor/tempfile/deny.toml

34 lines
545 B
TOML
Raw Permalink Normal View History

2024-10-16 14:15:33 +03:00
[advisories]
yanked = "deny"
ignore = []
[licenses]
allow = [
"Apache-2.0",
"MIT",
]
confidence-threshold = 1.0
[bans]
allow = []
deny = []
multiple-versions = "deny"
skip = [
2024-10-16 15:19:37 +03:00
# Dependency of this crate and and rustix (rustix has older). We only use one at a time.
{ name = "windows-sys" },
2024-10-16 14:15:33 +03:00
]
skip-tree = []
wildcards = "deny"
[sources]
allow-git = []
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
unknown-git = "deny"
unknown-registry = "deny"
[sources.allow-org]
github = []
gitlab = []
bitbucket = []