Add name to libzcashlc

This commit is contained in:
Daniel Haight 2022-03-02 19:54:55 +00:00
parent 3b6490c736
commit 16d64ed627
2 changed files with 10 additions and 10 deletions

View File

@ -10,15 +10,6 @@
"version": "1.6.1" "version": "1.6.1"
} }
}, },
{
"package": "libzcashlc",
"repositoryURL": "https://github.com/dh-ecc/libzcashlc.git",
"state": {
"branch": "main",
"revision": "fbe54a6f8ed6d8acb2cef4728cd0970766697d8a",
"version": null
}
},
{ {
"package": "SQLite.swift", "package": "SQLite.swift",
"repositoryURL": "https://github.com/stephencelis/SQLite.swift.git", "repositoryURL": "https://github.com/stephencelis/SQLite.swift.git",
@ -90,6 +81,15 @@
"revision": "7e2c5f3cbbeea68e004915e3a8961e20bd11d824", "revision": "7e2c5f3cbbeea68e004915e3a8961e20bd11d824",
"version": "1.18.0" "version": "1.18.0"
} }
},
{
"package": "libzcashlc",
"repositoryURL": "https://github.com/zcash-hackworks/zcash-light-client-ffi.git",
"state": {
"branch": "main",
"revision": "e5aaf60faf16554e47e4bb123a8b4e5c22475e9f",
"version": null
}
} }
] ]
}, },

View File

@ -16,7 +16,7 @@ let package = Package(
dependencies: [ dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"), .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.13.0"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.13.0"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", branch: "main"), .package(name:"libzcashlc", url: "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", branch: "main"),
], ],
targets: [ targets: [
.target( .target(