Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored Jul 8, 2020
1 parent 38a383a commit 327015f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ let package = Package(
.package(url: "https://github.com/vapor/vapor.git", .upToNextMinor(from: "4.5.0")),
],
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.
// 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: "carton",
dependencies: [
Expand Down

0 comments on commit 327015f

Please sign in to comment.