Add Runtime As Dependency of Parser

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-02-03 08:51:26 -05:00
parent 37ceb31834
commit 285ba829cb
+1
View File
@@ -48,6 +48,7 @@ let package = Package(
.target(name: "TreeSitterExtensions"), .target(name: "TreeSitterExtensions"),
.target(name: "Common"), .target(name: "Common"),
.target(name: "Lang"), .target(name: "Lang"),
.target(name: "Runtime"),
], ],
), ),
.target( .target(