2022-09-14 16:29:39 -07:00
|
|
|
[package]
|
|
|
|
name = "shutdown-core-bridge-cosmwasm"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Wormhole Project Contributors"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Shutdown Wormhole core bridge on cosmwasm"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-09 00:47:13 -08:00
|
|
|
wormhole-bridge-terra-2 = { version = "0.1.0", default-features = false }
|