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