Skip to content

Commit c806215

Browse files
committed
add HTTPTypes
1 parent 5786dd6 commit c806215

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ let package = Package(
2222
.library(name: "Supabase", targets: ["Supabase", "Functions", "PostgREST", "Auth", "Realtime", "Storage"]),
2323
],
2424
dependencies: [
25+
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.0"),
2526
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "4.0.0"),
2627
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
2728
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.2"),
@@ -33,6 +34,7 @@ let package = Package(
3334
name: "Helpers",
3435
dependencies: [
3536
.product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"),
37+
.product(name: "HTTPTypes", package: "swift-http-types"),
3638
]
3739
),
3840
.testTarget(

0 commit comments

Comments
 (0)