[package] name = "cw0" version = "0.10.3" authors = ["Ethan Frey "] edition = "2018" description = "Common helpers for other cw specs" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" homepage = "https://cosmwasm.com" documentation = "https://docs.cosmwasm.com" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-std = { version = "1.0.0-beta" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } thiserror = { version = "1.0.21" } [dev-dependencies] cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.3" } prost = "0.9"