forked from rust-bitcoin/rust-bitcoincore-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move bitcoinsv dependency to workspace
- Loading branch information
1 parent
a0fe627
commit 6282b88
Showing
5 changed files
with
8 additions
and
108 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ members = [ | |
"client", | ||
"integration_test", | ||
] | ||
|
||
[workspace.dependencies] | ||
bitcoinsv = "0.2.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,8 @@ authors = ["Daniel Connolly <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
bitcoinsv = { workspace = true } | ||
bitcoinsv-rpc = { path = "../client" } | ||
lazy_static = "1.4.0" | ||
log = "0.4" | ||
env_logger = "0.10.1" | ||
tokio = { version = "1", features = ["full"] } | ||
tokio-stream = "0.1" | ||
bitcoinsv = "0.2.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters