Skip to content

Commit

Permalink
Updated products
Browse files Browse the repository at this point in the history
  • Loading branch information
RussBaz committed Mar 1, 2024
1 parent 7b1ee72 commit 4cc4b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ let package = Package(
platforms: [
.macOS(.v13),
],
products: [
.executable(name: "reparse", targets: ["reparse"]),
.library(name: "ReparseRuntime", targets: ["ReparseRuntime"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
// 💧 A server-side Swift web framework.
Expand Down

0 comments on commit 4cc4b09

Please sign in to comment.