mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
20 lines
506 B
TOML
20 lines
506 B
TOML
[package]
|
|
name = "vanityaddr"
|
|
version = "0.3.0"
|
|
homepage = "https://dark.fi"
|
|
description = "Vanity address generation tool for DarkFi keypairs."
|
|
authors = ["darkfi <dev@dark.fi>"]
|
|
repository = "https://github.com/darkrenaissance/darkfi"
|
|
license = "AGPL-3.0-only"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bs58 = "0.4.0"
|
|
clap = {version = "3.1.12", features = ["derive"]}
|
|
ctrlc = "3.2.1"
|
|
darkfi = {path = "../../", features = ["crypto"]}
|
|
indicatif = "0.17.0-rc.10"
|
|
num_cpus = "1.13.1"
|
|
rand = "0.8.5"
|
|
rayon = "1.5.2"
|