Added PostgresNIO and NIOSSL to the Persistence library target.

This commit is contained in:
2026-08-05 01:30:59 +02:00
parent 52f092a4d7
commit e51f09c66f
2 changed files with 9 additions and 5 deletions
+8 -4
View File
@@ -65,6 +65,14 @@ let package = Package(
name: "SQLKit",
package: "sql-kit"
),
.product(
name: "PostgresNIO",
package: "postgres-nio"
),
.product(
name: "NIOSSL",
package: "swift-nio-ssl"
),
],
path: "Sources"
),
@@ -84,10 +92,6 @@ let package = Package(
name: "NIOPosix",
package: "swift-nio"
),
.product(
name: "NIOSSL",
package: "swift-nio-ssl"
),
],
path: "Tests"
),