| 1234567891011121314151617 |
- [package]
- name = "blockchain-explorer"
- version = "0.4.0"
- description = "Command-line client to 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.3.3"
- clap = {version = "4.1.4", features = ["derive"]}
- darkfi = {path = "../../../", features = ["blockchain", "wallet", "rpc"]}
- darkfi-sdk = {path = "../../../src/sdk"}
- sled = "0.34.7"
|