Rust: add to querylist and shared code metrics scripts

This commit is contained in:
Arthur Baars
2025-07-01 12:16:42 +02:00
parent 4ece8abc30
commit c08d98d159
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import json
import yaml
# To add more languages, add them to this list:
languages = ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ql', 'ruby', 'swift']
languages = ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ql', 'ruby', 'rust', 'swift']
repo_location = Path(__file__).parent.parent.parent