wormhole/cosmwasm/contracts/shutdown-token-bridge/Cargo.toml

13 lines
314 B
TOML

[package]
name = "shutdown-token-bridge-cosmwasm"
version = "0.1.0"
authors = ["Wormhole Project Contributors"]
edition = "2018"
description = "Shutdown Wormhole token bridge on cosmwasm"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
token-bridge-terra-2 = { version = "0.1.0", default-features = false }