mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-06 21:34:00 -05:00
23 lines
707 B
TOML
23 lines
707 B
TOML
[package]
|
|
name = "vanityaddr"
|
|
version = "0.5.0"
|
|
homepage = "https://dark.fi"
|
|
description = "Vanity address generation tool for DarkFi keypairs, contract IDs, and token IDs"
|
|
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
|
repository = "https://codeberg.org/darkrenaissance/darkfi"
|
|
license = "AGPL-3.0-only"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
arg = {git = "https://github.com/parazyd/arg"}
|
|
bs58 = "0.5.1"
|
|
ctrlc = "3.5.1"
|
|
darkfi = {path = "../../", features = ["async-serial", "util"]}
|
|
darkfi-sdk = {path = "../../src/sdk", features = ["async"]}
|
|
darkfi_money_contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]}
|
|
rand = "0.8.5"
|
|
rayon = "1.11.0"
|
|
|
|
[lints]
|
|
workspace = true
|