this repo has no description

use local CoreATProtocol

+70 -1
+69
Package.resolved
···
··· 1 + { 2 + "originHash" : "29d06dd4d3fcf924c37d6591ec44fb6bc18d5097d9235a86a34df3d343359b60", 3 + "pins" : [ 4 + { 5 + "identity" : "jwt-kit", 6 + "kind" : "remoteSourceControl", 7 + "location" : "https://github.com/vapor/jwt-kit.git", 8 + "state" : { 9 + "revision" : "b5f82fb9dc238f2fcac53d721a222513a152613c", 10 + "version" : "5.3.0" 11 + } 12 + }, 13 + { 14 + "identity" : "networkingkit", 15 + "kind" : "remoteSourceControl", 16 + "location" : "https://github.com/SparrowTek/NetworkingKit.git", 17 + "state" : { 18 + "branch" : "main", 19 + "revision" : "15378e3cb097b485a20a1ddc705fea1455568354" 20 + } 21 + }, 22 + { 23 + "identity" : "oauthenticator", 24 + "kind" : "remoteSourceControl", 25 + "location" : "https://github.com/radmakr/OAuthenticator.git", 26 + "state" : { 27 + "branch" : "CoreAtProtocol", 28 + "revision" : "e7ccc64a121cd6435137040535ca70b3fb1e1edb" 29 + } 30 + }, 31 + { 32 + "identity" : "swift-asn1", 33 + "kind" : "remoteSourceControl", 34 + "location" : "https://github.com/apple/swift-asn1.git", 35 + "state" : { 36 + "revision" : "810496cf121e525d660cd0ea89a758740476b85f", 37 + "version" : "1.5.1" 38 + } 39 + }, 40 + { 41 + "identity" : "swift-certificates", 42 + "kind" : "remoteSourceControl", 43 + "location" : "https://github.com/apple/swift-certificates.git", 44 + "state" : { 45 + "revision" : "24ccdeeeed4dfaae7955fcac9dbf5489ed4f1a25", 46 + "version" : "1.18.0" 47 + } 48 + }, 49 + { 50 + "identity" : "swift-crypto", 51 + "kind" : "remoteSourceControl", 52 + "location" : "https://github.com/apple/swift-crypto.git", 53 + "state" : { 54 + "revision" : "6f70fa9eab24c1fd982af18c281c4525d05e3095", 55 + "version" : "4.2.0" 56 + } 57 + }, 58 + { 59 + "identity" : "swift-log", 60 + "kind" : "remoteSourceControl", 61 + "location" : "https://github.com/apple/swift-log.git", 62 + "state" : { 63 + "revision" : "2778fd4e5a12a8aaa30a3ee8285f4ce54c5f3181", 64 + "version" : "1.9.1" 65 + } 66 + } 67 + ], 68 + "version" : 3 69 + }
+1 -1
Package.swift
··· 18 ), 19 ], 20 dependencies: [ 21 - .package(path: "../CoreATProtocol"), 22 // .package(url: "https://tangled.org/@sparrowtek.com/CoreATProtocol", branch: "main"), 23 ], 24 targets: [
··· 18 ), 19 ], 20 dependencies: [ 21 + .package(path: "../../CoreATProtocol"), 22 // .package(url: "https://tangled.org/@sparrowtek.com/CoreATProtocol", branch: "main"), 23 ], 24 targets: [