Added the Swift DocC plugin package dependency to the Package file.

This commit is contained in:
Javier Cicchelli 2025-03-13 01:19:17 +01:00
parent 7f69ca1e91
commit edd7aada9f

View File

@ -12,8 +12,9 @@ let package = Package(
.executable(name: "App", targets: ["DoxyApp"])
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0")
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0")
],
targets: [
.executableTarget(