Skip to content

Commit

Permalink
Fix Package.swift so that it could be used externally
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Tang committed Feb 1, 2020
1 parent a79936a commit 0ffb263
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 @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "NoiseProtocol",
products: [
.library(name: "NoiseProtocol", targets: ["NoiseProtocol"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.3.0"),
Expand Down

0 comments on commit 0ffb263

Please sign in to comment.