typst/vendor/tempfile/deny.toml
Sergey Konev a8d83b9bab
Some checks failed
Continuous integration / Tests (push) Blocked by required conditions
Continuous integration / Tests (windows-latest) (push) Waiting to run
Continuous integration / Check clippy, formatting, and documentation (push) Failing after 20s
Continuous integration / Tests (ubuntu-latest) (push) Failing after 22s
Continuous integration / Check fuzzers (push) Failing after 18s
Continuous integration / Check mininum Rust version (push) Failing after 20s
Fixed vendoring
2024-10-16 15:22:14 +03:00

34 lines
545 B
TOML

[advisories]
yanked = "deny"
ignore = []
[licenses]
allow = [
"Apache-2.0",
"MIT",
]
confidence-threshold = 1.0
[bans]
allow = []
deny = []
multiple-versions = "deny"
skip = [
# Dependency of this crate and and rustix (rustix has older). We only use one at a time.
{ name = "windows-sys" },
]
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 = []