diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-09 20:57:20 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-09 20:57:20 -0700 |
commit | dd9102d8c0477afef5ad8e72662ce1d3f6191182 (patch) | |
tree | dbc065ea96a750e4fcc0c4be6af3299e3a6a1272 /Package.swift | |
parent | ad43581096c3a8cb521bfeec7a1337a3918fa4f0 (diff) |
add initial docs
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. |