Skip to content

Commit ebfec5d

Browse files
Commit via running ake Package.swift
1 parent 1532f79 commit ebfec5d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Package.swift

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ let package = Package(
2525
.library(name: "GitHubRestAPIDependency_Graph", targets: ["GitHubRestAPIDependency_Graph"]),
2626
.library(name: "GitHubRestAPIDesktop", targets: ["GitHubRestAPIDesktop"]),
2727
.library(name: "GitHubRestAPIEmojis", targets: ["GitHubRestAPIEmojis"]),
28+
.library(name: "GitHubRestAPIEnterprise_Teams", targets: ["GitHubRestAPIEnterprise_Teams"]),
2829
.library(name: "GitHubRestAPIGists", targets: ["GitHubRestAPIGists"]),
2930
.library(name: "GitHubRestAPIGit", targets: ["GitHubRestAPIGit"]),
3031
.library(name: "GitHubRestAPIGitignore", targets: ["GitHubRestAPIGitignore"]),
@@ -166,6 +167,14 @@ let package = Package(
166167
],
167168
path: "Sources/emojis"
168169
),
170+
.target(
171+
name: "GitHubRestAPIEnterprise_Teams",
172+
dependencies: [
173+
.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime"),
174+
.product(name: "OpenAPIURLSession", package: "swift-openapi-urlsession"),
175+
],
176+
path: "Sources/enterprise-teams"
177+
),
169178
.target(
170179
name: "GitHubRestAPIGists",
171180
dependencies: [

0 commit comments

Comments
 (0)