Add extra tools to config.toml

This commit is contained in:
2025-08-22 21:36:39 +03:00
parent 85c4b42119
commit f962ae0454
3 changed files with 28 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ download-ci-llvm = false
docs = false
extended = true
locked-deps = true
tools = ["cargo", "clippy", "rustdoc", "rustfmt"]
tools = ["cargo", "clippy", "rustdoc", "rustfmt", "rust-analyzer-proc-macro-srv", "analysis", "src"]
vendor = true
[install]