Skip to content

Commit

Permalink
Added package
Browse files Browse the repository at this point in the history
  • Loading branch information
boberito committed Nov 3, 2020
1 parent 2a564ad commit f391812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.5"),
],
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 this package depends on.
.target(
name: "controlfreak_lookup",
dependencies: []),
dependencies: [.product(name: "ArgumentParser", package: "swift-argument-parser")]),
.testTarget(
name: "controlfreak_lookupTests",
dependencies: ["controlfreak_lookup"]),
Expand Down

0 comments on commit f391812

Please sign in to comment.