chore(release): Prepare 0.1.0-alpha.1 release (#24)

This commit is contained in:
Lucio Franco
2019-10-01 22:13:52 -04:00
committed by GitHub
parent 8f80d0f6d1
commit a282b6682d
7 changed files with 89 additions and 7 deletions
+11 -1
View File
@@ -1,8 +1,18 @@
[package]
name = "tonic-build"
version = "0.1.0"
version = "0.1.0-alpha.1"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
documentation = "https://docs.rs/tonic/0.1.0-alpha.1/tonic/"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
description = """
Codegen module of `tonic` gRPC implementation.
"""
readme = "README.md"
categories = ["network-programming", "asynchronous"]
keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
[dependencies]
prost-build = "0.5"