script/research/gg: added a Makefile and use smol instead of async-std

This commit is contained in:
skoupidi
2025-04-04 20:07:40 +03:00
parent dfe77e9c62
commit 197147463a
4 changed files with 195 additions and 150 deletions

View File

@@ -21,10 +21,10 @@ darkfi-sdk = {path = "../../../src/sdk"}
darkfi-serial = "0.4.2"
# Misc
async-std = {version = "1.13.0", features = ["attributes"]}
bs58 = "0.5.1"
clap = {version = "4.4.11", features = ["derive"]}
sled-overlay = "0.1.6"
smol = "2.0.2"
[patch.crates-io]
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}