mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
17 lines
288 B
TOML
17 lines
288 B
TOML
[package]
|
|
name = "vanityaddr"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = {version = "3.1.6", features = ["derive"]}
|
|
bs58 = "0.4.0"
|
|
num_cpus = "1.13.1"
|
|
rand = "0.8.5"
|
|
rayon = "1.5.1"
|
|
serde_json = "1.0.79"
|
|
|
|
[dependencies.darkfi]
|
|
path = "../../"
|
|
features = ["crypto", "util"]
|