Implement the mining software
This commit is contained in:
13
miner/Cargo.toml
Normal file
13
miner/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user