Skip to content

Commit

Permalink
feat(pollux): add pollux open api package and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk committed Sep 7, 2022
1 parent cd0b96d commit 1c24bbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ let package = Package(
url: "https://github.com/apple/swift-log.git",
from: "1.4.4"
),
.package(path: "OpenAPI/Castor")
.package(path: "OpenAPI/Castor"),
.package(path: "OpenAPI/Pollux")
],
targets: [
.target(
Expand Down Expand Up @@ -79,7 +80,7 @@ let package = Package(
),
.target(
name: "Pollux",
dependencies: ["Domain", "Core"],
dependencies: ["Domain", "Core", .product(name: "PolluxAPI", package: "Pollux")],
path: "Pollux/Sources"
),
.testTarget(
Expand Down

0 comments on commit 1c24bbc

Please sign in to comment.