-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtessl.json
More file actions
40 lines (40 loc) · 1.03 KB
/
tessl.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "stringy",
"mode": "vendored",
"dependencies": {
"actionbook/rust-skills": {
"version": "3ea748280d2fa5680675fe4abe1a5e764f7c021e",
"source": "https://github.com/actionbook/rust-skills",
"include": {
"skills": [
"coding-guidelines",
"domain-cli",
"m01-ownership",
"m02-resource",
"m03-mutability",
"m04-zero-cost",
"m05-type-driven",
"m06-error-handling",
"m07-concurrency",
"m09-domain",
"m10-performance",
"m11-ecosystem",
"m12-lifecycle",
"m13-domain-error",
"m14-mental-model",
"m15-anti-pattern",
"meta-cognition-parallel",
"rust-call-graph",
"rust-code-navigator",
"rust-deps-visualizer",
"rust-learner",
"rust-refactor-helper",
"rust-skill-creator",
"rust-symbol-analyzer",
"rust-trait-explorer",
"unsafe-checker"
]
}
}
}
}