chore(tonic-web): add crate metadata and README (#675)

This commit is contained in:
Juan Alvarez
2021-06-04 16:26:15 -05:00
committed by GitHub
parent 8084f4ea26
commit 4e0d2fc598
2 changed files with 57 additions and 1 deletions
+11 -1
View File
@@ -1,8 +1,18 @@
[package]
name = "tonic-web"
version = "0.1.0"
authors = ["Juan Alvarez <[email protected]>"]
authors = ["Juan Alvarez <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/tonic-web/0.1.0/tonic-web/"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
description = """
grpc-web protocol translation for tonic services.
"""
readme = "README.md"
categories = ["network-programming", "asynchronous"]
keywords = ["rpc", "grpc", "grpc-web"]
[dependencies]
tonic = { path = "../tonic", default-features = false, features = ["transport"] }