[package] name = "osmo-bindings" version = "0.6.0" authors = ["Ethan Frey "] edition = "2018" description = "Bindings for CustomMsg and CustomQuery for the Osmosis blockchain" repository = "https://github.com/confio/osmosis-bindings" homepage = "https://osmosis.zone" license = "Apache-2.0" [dependencies] cosmwasm-std = "1.0.0-beta8" schemars = "0.8" serde = { version = "1.0.103", default-features = false, features = ["derive"] } [dev-dependencies] cosmwasm-schema = "1.0.0-beta8"