Files
anagram-generator/.claude/settings.local.json
2025-11-06 22:34:21 +01:00

14 lines
220 B
JSON

{
"permissions": {
"allow": [
"Bash(cargo init:*)",
"Bash(cargo build:*)",
"Bash(cargo test:*)",
"Bash(cargo run:*)",
"Bash(cargo clippy:*)"
],
"deny": [],
"ask": []
}
}