[package]
name = "rummage-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "GPU-accelerated Nostr mining tool (vanity keys + NIP-13 PoW)"
readme = "README.md"
[[bin]]
name = "rummage"
path = "src/main.rs"
[dependencies]
rummage-rs = { path = "../rummage-rs", version = "0.1.1" }
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
hex = "0.4"
rand = "0.9"
ctrlc = "3"
anyhow = "1"