Chore: Port Alchemist to Rust 2024

This commit is contained in:
2026-03-23 16:28:01 -04:00
parent 406c70dede
commit 04a9ab3aa7
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(just update:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(gh issue:*)",
"Bash(gh pr:*)",
"Bash(cargo check:*)",
"Bash(just --shell)",
"Bash(bash --version)",
"Bash(git tag:*)"
]
}
}