[package] name = "cosmos_gravity_proto" version = "0.1.0" authors = ["PeggyJV , Justin Kilpatrick "] edition = "2018" description = "A prost generated bindings for working with the gravity protobuf objects" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] prost = "0.7" prost-types = "0.7" bytes = "1" cosmos-sdk-proto = {version = "0.6.3", git="http://github.com/cosmos/cosmos-rust", branch="main"} tonic = "0.4"