Package.swift: add secp256k1.swift to dependencies
This commit is contained in:
committed by
William Casarin
parent
df0b0e00d1
commit
fead2a498f
@@ -1,3 +1,4 @@
|
|||||||
dependencies: [
|
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")
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user