tonic_include_protos 0.1.2

A helper proc-macro to include all protobuf files generated by tonic_build
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
name = "tonic_include_protos"
proc-macro = true

[package]
authors = ["ssankko <literaamr@gmail.com>"]
description = "A helper proc-macro to include all protobuf files generated by tonic_build"
edition = "2018"
keywords = ["rpc", "grpc", "protobuf"]
license = "MIT"
name = "tonic_include_protos"
readme = "README.md"
repository = "https://github.com/ssankko/tonic-include-protos"
version = "0.1.2"