Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Dec 26, 2021
1 parent 9db422a commit 10bc027
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 38 deletions.
69 changes: 34 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.2.0"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Elichai <elichai.turkel@gmail.com>"]
repository = "https://github.com/elichai/kaspa-miner"
readme = "README.md"
description = "A fast CPU miner for Kaspa"
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -33,8 +34,8 @@ blake2b_simd = "1.0.0"
structopt = { version = "0.3", features = ["color" ]}
log = "0.4"
env_logger = "0.9"
keccak = {version = "0.1", optional = true }
parking = {package = "parking_lot", version = "0.11", optional = true}
keccak = { version = "0.1", optional = true }
parking = { package = "parking_lot", version = "0.11", optional = true }
shuttle = { version = "0.0.7", optional = true }

[features]
Expand All @@ -56,4 +57,3 @@ cc = "1"

[dev-dependencies]
sha3 = { git = "https://github.com/elichai/hashes", branch = "cSHAKE" }
shuttle = {version = "0.0.7"}

0 comments on commit 10bc027

Please sign in to comment.