v0.2.0
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
[package]
|
||||
name = "cryptohunter"
|
||||
version = "0.1.7"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
num_cpus = "1.17.0"
|
||||
num-bigint = "0.4.6"
|
||||
num-traits = "0.2.19"
|
||||
bytes = "1.0"
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
config = { version = "0.13", features = ["yaml", "json"] }
|
||||
async-channel = "2.1"
|
||||
flume = "0.10"
|
||||
rand = "0.8"
|
||||
bitcoin = { version = "0.30", features = ["rand"] }
|
||||
secp256k1 = { version = "0.31.0", features = ["rand"] }
|
||||
|
||||
Reference in New Issue
Block a user