diff options
Diffstat (limited to 'Package.swift')
-rw-r--r-- | Package.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Package.swift b/Package.swift index c387f16..0527f01 100644 --- a/Package.swift +++ b/Package.swift @@ -12,6 +12,7 @@ let package = Package( ), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), + .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. |