cw2 0.11.1

Definition and types for the CosmWasm-2 interface
Documentation
[package]
name = "cw2"
version = "0.11.1"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
edition = "2018"
description = "Definition and types for the CosmWasm-2 interface"
license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"
documentation = "https://docs.cosmwasm.com"

[dependencies]
cosmwasm-std = { version = "1.0.0-beta3", default-features = false }
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.11.1" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }