mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
Add secp256k1
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1017,6 +1017,7 @@ dependencies = [
|
||||
"rocksdb",
|
||||
"rusqlite",
|
||||
"serde",
|
||||
"secp256k1",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"signal-hook",
|
||||
|
||||
@@ -78,6 +78,7 @@ rocksdb = "0.16.0"
|
||||
dirs = "3.0.2"
|
||||
|
||||
bitcoin = "0.26.2"
|
||||
secp256k1 = "0.20.3"
|
||||
|
||||
[dependencies.rusqlite]
|
||||
version = "0.25.1"
|
||||
|
||||
Reference in New Issue
Block a user