mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
21 lines
631 B
TOML
21 lines
631 B
TOML
[package]
|
|
name = "blockchain-explorer"
|
|
version = "0.4.1"
|
|
description = "Command-line client to display statistics or export blockchain sled database contents"
|
|
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
|
repository = "https://github.com/darkrenaissance/darkfi"
|
|
license = "AGPL-3.0-only"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
blake3 = "1.5.0"
|
|
clap = {version = "4.4.11", features = ["derive"]}
|
|
darkfi = {path = "../../../", features = ["blockchain", "wallet", "rpc"]}
|
|
darkfi-sdk = {path = "../../../src/sdk"}
|
|
sled = "0.34.7"
|
|
|
|
[patch.crates-io]
|
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v3"}
|