14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cargo init:*)",
|
|
"Bash(cargo build:*)",
|
|
"Bash(cargo test:*)",
|
|
"Bash(cargo run:*)",
|
|
"Bash(cargo clippy:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|