[package] name = "osmo-bindings-tokenfactory" version = "0.6.0-p0mvn-v1" authors = ["Roman "] edition = "2018" description = "Bindings for CustomMsg and CustomQuery for the Osmosis blockchain, adapted from https://github.com/osmosis-labs/osmosis-bindings to test tokenfactory contract" repository = "https://github.com/p0mvn/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"