Add deps
This commit is contained in:
parent
f1345f67ed
commit
117fbd0ac1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue