From edd7aada9fba1548288311c7fdaaf8af5fcb44c5 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Thu, 13 Mar 2025 01:19:17 +0100 Subject: [PATCH] Added the Swift DocC plugin package dependency to the Package file. --- Package.swift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 27d6c44..db07776 100644 --- a/Package.swift +++ b/Package.swift @@ -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(