Rust: aggregate projects into workspaces

This commit is contained in:
Paolo Tranquilli
2025-01-15 17:17:19 +01:00
parent 02ac61f328
commit 3c064284b0
31 changed files with 722 additions and 30 deletions

View File

@@ -107,5 +107,5 @@ class PathAstNode(Resolvable):
@ql.internal
class ExtractorStep(Element):
action: string
file: File
file: optional[File]
duration_ms: int