Initial commit

This commit is contained in:
2025-05-27 09:11:08 +00:00
commit b032ffae1c
32 changed files with 2489 additions and 0 deletions

18
.cargo/audit.toml Normal file
View File

@@ -0,0 +1,18 @@
[advisories]
ignore = ["RUSTSEC-2023-0071"]
informational_warnings = ["unmaintained"]
severity_threshold = "low"
[output]
deny = []
format = "terminal"
quiet = false
show_tree = true
[target]
arch = "x86_64"
os = "linux"
[yanked]
enabled = true
update_index = true