Skip to content

Commit 023d92b

Browse files
Commit via running: make Package.swift
1 parent fcfb188 commit 023d92b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Package.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ let package = Package(
2323
.library(name: "GitHubRestAPICodes_Of_Conduct", targets: ["GitHubRestAPICodes_Of_Conduct"]),
2424
.library(name: "GitHubRestAPICodespaces", targets: ["GitHubRestAPICodespaces"]),
2525
.library(name: "GitHubRestAPICopilot", targets: ["GitHubRestAPICopilot"]),
26+
.library(name: "GitHubRestAPICredentials", targets: ["GitHubRestAPICredentials"]),
2627
.library(name: "GitHubRestAPIDependabot", targets: ["GitHubRestAPIDependabot"]),
2728
.library(name: "GitHubRestAPIDependency_Graph", targets: ["GitHubRestAPIDependency_Graph"]),
2829
.library(name: "GitHubRestAPIDesktop", targets: ["GitHubRestAPIDesktop"]),
@@ -155,6 +156,14 @@ let package = Package(
155156
],
156157
path: "Sources/copilot"
157158
),
159+
.target(
160+
name: "GitHubRestAPICredentials",
161+
dependencies: [
162+
.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime"),
163+
.product(name: "OpenAPIURLSession", package: "swift-openapi-urlsession"),
164+
],
165+
path: "Sources/credentials"
166+
),
158167
.target(
159168
name: "GitHubRestAPIDependabot",
160169
dependencies: [

0 commit comments

Comments
 (0)