Skip to content

Commit

Permalink
Fix Algorithms Dependency Declaration (#222)
Browse files Browse the repository at this point in the history
* remove alghorithms

* return dependency

* line

* Add back Algorithms import

* Update Sources/Leaf/LeafEncoder.swift

Co-authored-by: Tim Condon <[email protected]>
  • Loading branch information
dankinsoid and 0xTim authored Nov 29, 2022
1 parent 79fbcfb commit 6fe0e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let package = Package(
.target(name: "Leaf", dependencies: [
.product(name: "LeafKit", package: "leaf-kit"),
.product(name: "Vapor", package: "vapor"),
.product(name: "Algorithms", package: "swift-algorithms")
]),
.testTarget(name: "LeafTests", dependencies: [
.target(name: "Leaf"),
Expand Down

0 comments on commit 6fe0e84

Please sign in to comment.