Skip to content

Commit

Permalink
Fix accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Jan 28, 2024
1 parent 2d962c9 commit 9b53969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ let package = Package(
.watchOS(.v6),
.tvOS(.v13),
],
products: [
.library(name: "PostgresKit", targets: ["PostgresKit"]),
],
dependencies: [
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.20.0"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.28.0"),
Expand Down

0 comments on commit 9b53969

Please sign in to comment.