abstract-cw3 2.0.0-rc

CosmWasm-3 Interface: On-Chain MultiSig/Voting contracts
Documentation
[package]
name = "abstract-cw3"
version = "2.0.0-rc"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
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 = "1.0.1"
abstract-cw20 = { version = "2.0.0-rc", path = "../../packages/cw20" }
cosmwasm-schema = "1.4.0"
cosmwasm-std = "1.4.0"
schemars = "0.8.15"
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.49" }