From a3430a8250febb73c08e6a11afb5667ebf0771bb Mon Sep 17 00:00:00 2001 From: Sachandhan Ganesh Date: Wed, 3 Feb 2021 16:06:39 -0800 Subject: [PATCH] update crate props --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e327382..bfb1dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "connect" version = "0.0.2" -authors = ["Sachandhan Ganesh "] edition = "2018" +authors = ["Sachandhan Ganesh "] description = "message queue abstraction over async network streams" +keywords = ["async", "network", "message", "queue", "aio"] +categories = ["asynchronous", "network-programming", "rust-patterns", "encoding"] +repository = "https://github.com/sachanganesh/connect-rs" +readme = "README.md" +license-file = "LICENSE" [workspace] members = [ -- 2.44.0