Initial commit

This commit is contained in:
2025-07-23 21:06:27 -07:00
commit 24837c68c1
9 changed files with 398 additions and 0 deletions

4
.cargo/audit.toml Normal file
View File

@@ -0,0 +1,4 @@
# Doesn't work in the sandbox
[yanked]
enabled = false # Warn for yanked crates in Cargo.lock (default: true)
update_index = false # Auto-update the crates.io index (default: true)