Skip to content

Commit

Permalink
Tracking Package.resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 committed Feb 9, 2024
1 parent 023ddee commit 5da8900
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
/*.xcodeproj
xcuserdata/
.swiftpm/
Package.resolved
70 changes: 70 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"object": {
"pins": [
{
"package": "CryptoSwift",
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git",
"state": {
"branch": null,
"revision": "19b3c3ceed117c5cc883517c4e658548315ba70b",
"version": "1.6.0"
}
},
{
"package": "swift-bases",
"repositoryURL": "https://github.com/swift-libp2p/swift-bases.git",
"state": {
"branch": null,
"revision": "c84494da575bc776ae64c180af2731471193b812",
"version": "0.0.2"
}
},
{
"package": "swift-cid",
"repositoryURL": "https://github.com/swift-libp2p/swift-cid.git",
"state": {
"branch": null,
"revision": "b6b54fc371815eaad55e5b2169605b25541841f1",
"version": "0.0.3"
}
},
{
"package": "swift-multibase",
"repositoryURL": "https://github.com/swift-libp2p/swift-multibase.git",
"state": {
"branch": null,
"revision": "17044546b401c1c3af2f947f64484b1e5f88a5a3",
"version": "0.0.1"
}
},
{
"package": "swift-multicodec",
"repositoryURL": "https://github.com/swift-libp2p/swift-multicodec.git",
"state": {
"branch": null,
"revision": "cf279fd12a591db1e4cd58ddcb4c6e2112badf69",
"version": "0.0.6"
}
},
{
"package": "swift-multihash",
"repositoryURL": "https://github.com/swift-libp2p/swift-multihash.git",
"state": {
"branch": null,
"revision": "409e86f2e159e7abb7773bfb0bd830a63f36de14",
"version": "0.0.3"
}
},
{
"package": "swift-varint",
"repositoryURL": "https://github.com/swift-libp2p/swift-varint.git",
"state": {
"branch": null,
"revision": "3d1e3c9ca4824d5acaf40ff46e96c0b956599271",
"version": "0.0.1"
}
}
]
},
"version": 1
}

0 comments on commit 5da8900

Please sign in to comment.