We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e65a29 commit acfd406Copy full SHA for acfd406
Package.swift
@@ -36,6 +36,7 @@ let package = Package(
36
.library(name: "STUN", targets: ["STUN"]),
37
],
38
dependencies: [
39
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
40
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
41
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.4.0"),
42
.package(url: "https://github.com/swift-extras/swift-extras-base64.git", from: "1.0.0"),
0 commit comments