Files
carrotcoin/miner/Cargo.toml

14 lines
306 B
TOML

[package]
name = "carrotcoin_miner"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.22.0"
clap = { version = "4.5.3", features = ["derive"] }
num_cpus = "1.16.0"
rand = "0.8.5"
sha2 = "0.10.8"