Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jun 28, 2024
1 parent 0a6cf0d commit ee546fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lighning = "0.0.123"
name = "mining"
path = "src/mining/lib.rs"

[bin]
[[bin]]

name = "hashpoold"
path = "bin/hashpoold.rs"
6 changes: 3 additions & 3 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "1.0.10-beta"
edition = "2021"

[dependencies]
mining = { path = "../mining" }
on-chain = { path = "../on-chain" }
data = { path = "../data" }
mining = { path = "src/mining" }
on-chain = { path = "src/on-chain" }
data = { path = "src/data" }

0 comments on commit ee546fa

Please sign in to comment.