Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
ctls target dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Aug 30, 2017
1 parent d23bd51 commit bf4470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-4.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ let package = Package(
.package(url: "https://github.com/vapor/ctls.git", .upToNextMajor(from: "1.1.0")),
],
targets: [
.target(name: "Crypto", dependencies: ["Random"]),
.target(name: "Crypto", dependencies: ["CTLS", "Random"]),
]
)

0 comments on commit bf4470b

Please # to comment.