Skip to content

Commit f09fcb7

Browse files
Feat/df 51 (#349)
1 parent 2251b56 commit f09fcb7

17 files changed

Lines changed: 1036 additions & 966 deletions

File tree

.claude/settings.local.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@
66
"WebFetch(domain:docs.rs)",
77
"Bash(cargo tree:*)",
88
"Bash(cargo check:*)",
9-
"Bash(cargo update:*)"
9+
"Bash(cargo update:*)",
10+
"Bash(cargo install:*)",
11+
"Bash(cargo metadata:*)",
12+
"Bash(cargo clean:*)",
13+
"WebSearch",
14+
"Bash(cargo search:*)",
15+
"Bash(cargo info:*)",
16+
"Bash(cargo build:*)",
17+
"Bash(cargo doc:*)",
18+
"Bash(RUST_BACKTRACE=1 cargo test:*)",
19+
"Bash(cargo run:*)",
20+
"Bash(RUST_LOG=debug cargo run:*)",
21+
"Bash(cat:*)",
22+
"Bash(cargo clippy:*)"
1023
],
1124
"deny": [],
1225
"ask": []

0 commit comments

Comments
 (0)