16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(cargo check:*)",
|
|
"Bash(cargo clean:*)",
|
|
"Bash(cargo test:*)",
|
|
"Bash(cargo build:*)",
|
|
"Read(//home/sithies/.cargo/bin/**)",
|
|
"Bash(~/.cargo/bin/cargo clippy *)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|