| 12345678910111213141516 |
- [package]
- name = "nodes-tool"
- version = "0.3.0"
- edition = "2021"
- [dependencies.darkfi]
- path = "../../../"
- features = ["blockchain", "node", "wallet"]
- [dependencies]
- async-std = "1.12.0"
- blake3 = "1.3.1"
- sled = "0.34.7"
- [workspace]
|