[package] name = "cw20-icg-pkg" version = "0.1.0" authors = ["Rhaki"] edition = "2021" description = "Package for cw20-icg" license = "Apache-2.0" repository = "https://github.com/Rhaki/inter-chain-gate-core" [dependencies] gate-pkg = { path = "../gate", version = "0.1.0" } cosmwasm-schema = { version = "1.1.0" } cosmwasm-std = {version = "1.1.0"} schemars = "0.8.10" serde = { version = "1.0.145", default-features = false, features = ["derive"] } cw20 = "1.0.1" cw20-base = "1.0.1"