[package] name = "jagermeister" version = "0.1.0" authors = ["Ihor Horobets "] edition = "2018" description = "async-std GRPC crate" license-file = "LICENSE" repository = "https://github.com/iho/jagermeister" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tide = "0.13.0" async-std = { version = "1.6.3", features = ["attributes"] } surf = "1.0.3" prost = "0.6" [build-dependencies] prost-build = { version = "0.6" }