From 3d14216649002782f41aea62c1e58b5f158fb40a Mon Sep 17 00:00:00 2001 From: Paschal Obba Date: Sat, 25 Nov 2023 12:03:16 +0000 Subject: [PATCH] update cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d2de0a0..cf5ff5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "spmc-logger" version = "0.1.0" edition = "2021" +authors = ["Paschal "] +description = "A single-producer multi-consumer persistent logger" +readme = "README.md" +repository = "https://github.com/obbap1/spmc-logger/tree/master" +keywords = ["logger", "message-passing", "concurrency"] +categories = ["asynchronous", "concurrency"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html