[package] name = "cw-check-contract" version = "1.0.1" authors = ["Ethan Frey "] edition = "2021" description = "VM bindings to run verify cosmos contracts." repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/cw-check-contract" license = "Apache-2.0" [dependencies] cosmwasm-vm = { path = "../vm", version = "1.0.0" } cosmwasm-std = { path = "../std", version = "1.0.0" } clap = "2.33.3"