Skip to content

Commit

Permalink
Add ArgumentParser explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PARAIPAN9 committed Aug 23, 2024
1 parent 28091be commit 40e92e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ let package = Package(
// Test Target for swift-openapi-generator
.testTarget(
name: "OpenAPIGeneratorTests",
dependencies: ["swift-openapi-generator"],
dependencies: [
"swift-openapi-generator", .product(name: "ArgumentParser", package: "swift-argument-parser"),
],
resources: [.copy("Resources")],
swiftSettings: swiftSettings
),
Expand Down

0 comments on commit 40e92e0

Please sign in to comment.