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

This commit is contained in:
2025-09-18 17:55:54 +02:00
parent fda4286749
commit 19c7b5db5f
+2 -1
View File
@@ -18,7 +18,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0")
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
],
targets: [
.target(