mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-06 03:22:47 +01:00
Add categories to Cargo.toml.
Also remove a keyword because 5's the limit.
This commit is contained in:
@@ -6,7 +6,8 @@ license = "MIT"
|
||||
documentation = "https://docs.rs/tarpc"
|
||||
homepage = "https://github.com/google/tarpc"
|
||||
repository = "https://github.com/google/tarpc"
|
||||
keywords = ["rpc", "protocol", "remote", "procedure", "serialize", "tls"]
|
||||
keywords = ["rpc", "remote", "procedure", "protocol", "tls"]
|
||||
categories = ["asynchronous", "network-programming"]
|
||||
readme = "README.md"
|
||||
description = "An RPC framework for Rust with a focus on ease of use."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user