chore: switch Peekaboo to SPM

This commit is contained in:
Peter Steinberger
2026-01-18 07:47:01 +00:00
parent ae0b4c4990
commit e5cca6e432
7 changed files with 43 additions and 132 deletions

View File

@@ -13,7 +13,7 @@ let package = Package(
.executable(name: "swabble", targets: ["SwabbleCLI"]),
],
dependencies: [
.package(path: "../Peekaboo/Commander"),
.package(url: "https://github.com/steipete/Commander.git", exact: "0.2.1"),
.package(url: "https://github.com/apple/swift-testing", from: "0.99.0"),
],
targets: [