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.resolved | |
parent | ad43581096c3a8cb521bfeec7a1337a3918fa4f0 (diff) |
add initial docs
Diffstat (limited to 'Package.resolved')
-rw-r--r-- | Package.resolved | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/Package.resolved b/Package.resolved index d51c750..dd381cf 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,7 +3,7 @@ { "identity" : "swift-argument-parser", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-argument-parser.git", + "location" : "https://github.com/apple/swift-argument-parser", "state" : { "revision" : "8f4d2753f0e4778c76d5f05ad16c74f707390531", "version" : "1.2.3" @@ -28,6 +28,24 @@ } }, { + "identity" : "swift-docc-plugin", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-docc-plugin", + "state" : { + "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", + "version" : "1.3.0" + } + }, + { + "identity" : "swift-docc-symbolkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-docc-symbolkit", + "state" : { + "revision" : "b45d1f2ed151d057b54504d653e0da5552844e34", + "version" : "1.0.0" + } + }, + { "identity" : "swift-log", "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", |