initial commit

This commit is contained in:
2025-01-26 14:00:27 +01:00
commit 39f757991a
20 changed files with 1554 additions and 0 deletions

17
deny.toml Normal file
View File

@@ -0,0 +1,17 @@
[licenses]
# If there is a need to add another license, please refer to this
# page: https://www.gnu.org/licenses/license-list.html
allow = ["MIT", "Apache-2.0", "BSD-3-Clause", "Unicode-3.0", "Zlib"]
confidence-threshold = 0.8
[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]