Skip to content

Commit 1ab3c90

Browse files
authored
Merge pull request #41 from kimdv/master
Introduce futures and SwiftNIO
2 parents 31638d8 + 3bbca71 commit 1ab3c90

File tree

16 files changed

+847
-546
lines changed

16 files changed

+847
-546
lines changed

Package.resolved

Lines changed: 29 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ let package = Package(
1010

1111
dependencies: [
1212
.package(url: "https://github.com/wickwirew/Runtime.git", from: "0.6.0"),
13+
14+
// ⏱ Promises and reactive-streams in Swift built for high-performance and scalability.
15+
.package(url: "https://github.com/vapor/core.git", from: "3.0.0"),
1316
],
1417

1518
targets: [
16-
.target(name: "GraphQL", dependencies: ["Runtime"]),
17-
19+
.target(name: "GraphQL", dependencies: ["Runtime", "Async"]),
1820
.testTarget(name: "GraphQLTests", dependencies: ["GraphQL"]),
1921
]
2022
)

0 commit comments

Comments
 (0)