mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-10 01:03:10 +00:00
add storage dep to sc_core
This commit is contained in:
parent
b37f3215c5
commit
c253a4df0a
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -4218,6 +4218,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"storage",
|
||||
"utxo",
|
||||
]
|
||||
|
||||
|
||||
@ -30,6 +30,9 @@ path = "../utxo"
|
||||
[dependencies.common]
|
||||
path = "../common"
|
||||
|
||||
[dependencies.storage]
|
||||
path = "../storage"
|
||||
|
||||
[dependencies.secp256k1-zkp]
|
||||
workspace = true
|
||||
features = ["std", "rand-std", "rand", "serde", "global-context"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user