mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-26 04:03:06 +00:00
add dependencies to core
This commit is contained in:
parent
4f94dd2595
commit
08c5dd96e2
@ -9,6 +9,18 @@ serde_json.workspace = true
|
|||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
|
rand.workspace = true
|
||||||
|
k256.workspace = true
|
||||||
|
sha2.workspace = true
|
||||||
|
monotree.workspace = true
|
||||||
|
bincode.workspace = true
|
||||||
|
|
||||||
[dependencies.storage]
|
[dependencies.storage]
|
||||||
path = "../storage"
|
path = "../storage"
|
||||||
|
|
||||||
|
[dependencies.utxo]
|
||||||
|
path = "../utxo"
|
||||||
|
|
||||||
|
[dependencies.secp256k1-zkp]
|
||||||
|
workspace = true
|
||||||
|
features = ["std", "rand-std", "rand", "serde", "global-context"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user