added private registry configuration

This commit is contained in:
2025-12-10 00:59:25 +02:00
parent 6fa26f8a33
commit 6c0dc387c8
4 changed files with 9 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ targets = [
]
components = [
"clippy",
"rustfmt"
"rustfmt",
"rust-analyzer"
]