Added the Swift DocC plugin package dependency to the Package file.
This commit is contained in:
parent
7f69ca1e91
commit
edd7aada9f
@ -12,8 +12,9 @@ let package = Package(
|
|||||||
.executable(name: "App", targets: ["DoxyApp"])
|
.executable(name: "App", targets: ["DoxyApp"])
|
||||||
],
|
],
|
||||||
dependencies: [
|
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: [
|
targets: [
|
||||||
.executableTarget(
|
.executableTarget(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user