[package] name = "cw3" version.workspace = true authors = ["Ethan Frey "] edition = "2021" description = "CosmWasm-3 Interface: On-Chain MultiSig/Voting contracts" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" homepage = "https://cosmwasm.com" [dependencies] cw-utils = { workspace = true } cw20 = { workspace = true } cosmwasm-schema = { workspace = true } cosmwasm-std = { workspace = true } schemars = { workspace = true } serde = { workspace = true } thiserror = { workspace = true }