Skip to content

Commit

Permalink
add covenant common components
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen committed Jul 11, 2024
1 parent 9437e3b commit b8f3cda
Show file tree
Hide file tree
Showing 4 changed files with 1,021 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ bitcoin-script = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bit
rand = "0.8.5"
rand_chacha = "0.3.1"
sha2 = "0.10.8"
once_cell = "1.19.0"
anyhow = "1.0.86"
hex = "0.4.3"
bitcoin-scriptexec = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-scriptexec", features = ["debug"] }

[dev-dependencies]
bitcoin-scriptexec = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/rust-bitcoin-scriptexec", features = ["debug"] }
hex = "0.4.3"
bitcoin-simulator = { git = "https://github.com/Bitcoin-Wildlife-Sanctuary/bitcoin-simulator" }

[profile.dev]
opt-level = 3
Expand Down
Loading

0 comments on commit b8f3cda

Please sign in to comment.