Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ay42 committed Jul 23, 2023
1 parent 5285923 commit 769b695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ let package = Package(
.library(
name: "StringDecoder",
targets: ["StringDecoder"]),
.library(
name: "StringEncoder",
targets: ["StringEncoder"])
],
dependencies: [
.package(url: "[email protected]:spacenation/swift-binary.git", .upToNextMajor(from: "1.1.0"))
Expand Down

0 comments on commit 769b695

Please sign in to comment.