We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4403de commit bc34a0fCopy full SHA for bc34a0f
1 file changed
Tool/Package.swift
@@ -22,6 +22,7 @@ let package = Package(
22
),
23
.library(name: "SuggestionBasic", targets: ["SuggestionBasic", "SuggestionInjector"]),
24
.library(name: "PromptToCode", targets: ["PromptToCodeBasic", "PromptToCodeCustomization"]),
25
+ .library(name: "Chat", targets: ["ChatBasic"]),
26
.library(name: "ASTParser", targets: ["ASTParser"]),
27
.library(name: "FocusedCodeFinder", targets: ["FocusedCodeFinder"]),
28
.library(name: "Toast", targets: ["Toast"]),
0 commit comments