chore(tonic-web): add crate metadata and README (#675)
This commit is contained in:
+11
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user