1
0
mirror of git://jb55.com/damus synced 2024-09-18 19:23:49 +00:00

Package.swift: add secp256k1.swift to dependencies

This commit is contained in:
randymcmillan 2022-07-28 00:20:13 -04:00 committed by William Casarin
parent df0b0e00d1
commit fead2a498f

View File

@ -1,3 +1,4 @@
dependencies: [
.Package(url: "https://github.com/daltoniam/Starscream.git", majorVersion: 4)
.Package(url: "https://github.com/daltoniam/Starscream.git", majorVersion: 4),
.Package(url: "https://github.com/jb55/secp256k1.swift.git", branch: "main")
]