major rework

This commit is contained in:
2025-04-07 19:58:52 +04:00
parent 1f8f45af8e
commit a5fa9ca080
20 changed files with 3788 additions and 576 deletions

7
.cargo/audit.toml Normal file
View File

@@ -0,0 +1,7 @@
[advisories]
# can't be resolved
ignore = ["RUSTSEC-2023-0071"]
[yanked]
enabled = false # Warn for yanked crates in Cargo.lock (default: true)
update_index = false # Auto-update the crates.io index (default: true)