Skip to content

Commit

Permalink
add posix script output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Jul 19, 2024
1 parent 8b4c2d0 commit 5c2ea46
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 26 deletions.
96 changes: 76 additions & 20 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ bitcoin_0_31 = { package = "bitcoin", version = "0.31.1" }
bitcoincore-zmq = { version = "1.5.0", features = ["async"] }
clap = { version = "4.5.7", features = ["derive"] }
futures = "0.3.30"
integer-sqrt = "0.1.5"
jsonrpsee = "0.23.2"
libc = "0.2.155"
rand = "0.8.5"
serde = "1.0.204"
serde_json = "1.0.120"
serde_path_to_error = "0.1.16"
serde_tuple = "0.5.0"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

[dependencies.bip300301]
git = "https://github.com/Ash-L2L/bip300301.git"
rev = "8ce8316c6bf58b54b95c36b439402f2bb5f2a8dd"
rev = "056e5700bb956cd5c20f27646499ca34f9c74531"
features = ["tracing"]

[dev-dependencies]
Expand Down
Loading

0 comments on commit 5c2ea46

Please sign in to comment.