Skip to content

Commit

Permalink
Now with protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Brandon Wiley committed Nov 5, 2021
1 parent 85bd4e2 commit 82602c8
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 433 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/Datable", from: "3.1.1"),
.package(url: "https://github.com/OperatorFoundation/Transport", from: "2.3.8"),
.package(url: "https://github.com/OperatorFoundation/TransmissionLinux", from: "0.4.0"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue", from: "0.1.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "Transmission",
dependencies: ["Chord", "Datable", "Transport", "TransmissionLinux", .product(name: "Logging", package: "swift-log")]
dependencies: ["Chord", "Datable", "Transport", "TransmissionLinux", "SwiftQueue", .product(name: "Logging", package: "swift-log")]
),
.testTarget(
name: "TransmissionTests",
Expand Down
Loading

0 comments on commit 82602c8

Please sign in to comment.