File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ let package = Package(
1212 dependencies: [
1313 . package ( url: " https://github.com/hummingbird-project/hummingbird.git " , from: " 2.19.0 " ) ,
1414 . package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.4.0 " ) ,
15+ . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.90.0 " ) ,
1516 . package ( url: " https://github.com/GraphQLSwift/Graphiti.git " , . upToNextMinor( from: " 3.0.0 " ) ) ,
1617 ] ,
1718 targets: [
@@ -21,6 +22,7 @@ let package = Package(
2122 . product( name: " ArgumentParser " , package : " swift-argument-parser " ) ,
2223 . product( name: " Graphiti " , package : " Graphiti " ) ,
2324 . product( name: " Hummingbird " , package : " hummingbird " ) ,
25+ . product( name: " NIOFoundationCompat " , package : " swift-nio " ) ,
2426 ] ,
2527 swiftSettings: [
2628 // Enable better optimizations when building in Release configuration. Despite the use of
You can’t perform that action at this time.
0 commit comments