feat(types): Add gRPC Richer Error Model support (Docs) (#1317)
* types: improve `lib.rs` docs, add `README` file * types: update `Cargo.toml` file
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
[package]
|
||||
authors = ["Lucio Franco <[email protected]>"]
|
||||
authors = [
|
||||
"Lucio Franco <[email protected]>",
|
||||
"Rafael Lemos <[email protected]>"
|
||||
]
|
||||
categories = ["web-programming", "network-programming", "asynchronous"]
|
||||
description = """
|
||||
A collection of useful protobuf types that can be used with `tonic`.
|
||||
"""
|
||||
documentation = "https://docs.rs/tonic-types/0.5.0/tonic-types/"
|
||||
documentation = "https://docs.rs/tonic-types/0.6.1/tonic_types/"
|
||||
edition = "2021"
|
||||
homepage = "https://github.com/hyperium/tonic"
|
||||
keywords = ["rpc", "grpc", "protobuf"]
|
||||
license = "MIT"
|
||||
name = "tonic-types"
|
||||
readme = "../README.md"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/hyperium/tonic"
|
||||
version = "0.6.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user