Skip to content

Commit 3e1d662

Browse files
feat(wasm-utxo): add dependencies for better testing
Added serde, serde_json, and hex crates to dev-dependencies to enhance test capabilities in the wasm-utxo package. Co-authored-by: llm-git <[email protected]> Issue: BTC-2652
1 parent 55dfe45 commit 3e1d662

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

packages/wasm-utxo/Cargo.lock

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wasm-utxo/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ miniscript = { git = "https://github.com/BitGo/rust-miniscript", branch = "opdro
1313

1414
[dev-dependencies]
1515
base64 = "0.22.1"
16+
serde = { version = "1.0", features = ["derive"] }
17+
serde_json = "1.0"
18+
hex = "0.4"
1619

1720
[profile.release]
1821
# this is required to make webpack happy

0 commit comments

Comments
 (0)