Skip to content

Commit acfd406

Browse files
committed
add swift-docc-plugin dep
1 parent 6e65a29 commit acfd406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ let package = Package(
3636
.library(name: "STUN", targets: ["STUN"]),
3737
],
3838
dependencies: [
39+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
3940
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
4041
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.4.0"),
4142
.package(url: "https://github.com/swift-extras/swift-extras-base64.git", from: "1.0.0"),

0 commit comments

Comments
 (0)