Added the swift-docc-plugin package as a dependency in the Package.swift file.

This commit is contained in:
2025-10-06 17:34:27 +02:00
parent b2031201a8
commit 20a842c1d6
+3 -1
View File
@@ -17,7 +17,9 @@ let package = Package(
targets: [DiscogsService.target]
),
],
dependencies: [],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0")
],
targets: [
.target(
name: DiscogsService.target,