[package] name = "jackal-bindings" version = "0.1.0" authors = ["Bi Phan "] edition = "2021" description = "Bindings for CustomMsg for the Jackal blockchain. CustomQuery likely not needed" license = "MIT" repository = "https://github.com/BiPhan4/test-crate-01" keywords = ["jackal", "bindings"] categories = ["network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-schema = "1.1" cosmwasm-std = "1.1" schemars = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] }