This commit is contained in:
Guillermo Bescos 2024-01-24 18:10:53 +00:00
parent f1345f67ed
commit 117fbd0ac1
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ quickcheck = { version = "1", optional = true}
sha3 = "0.10.4"
slow_primes = "0.1.14"
thiserror = "1.0.40"
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", optional = true, tag="v2.23.37"}
wormhole-sdk = { git = "https://github.com/wormhole-foundation/wormhole", optional = true, tag="v2.23.37"}
[patch.crates-io]
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", tag="v2.23.37"}
[dev-dependencies]
base64 = "0.21.0"