From aefb907b4efcc6ac15f7b4032a23644e17113025 Mon Sep 17 00:00:00 2001 From: Arindam Das Date: Thu, 22 Sep 2022 00:12:30 +0530 Subject: [PATCH] Updated Cargo.toml --- Cargo.toml | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49b8edc2f..8030d64c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,11 @@ [package] name = "laminarmq" +description = "A scalable, distributed message queue powered by a segmented, partitioned, replicated and immutable log." +repository = "https://github.com/arindas/laminarmq" +license = "MIT" +categories = ["web-programming"] +keywords = ["message-queue", "distributed-systems", "segmented-log", "io-uring"] +exclude = [".github/"] version = "0.0.1" edition = "2021" diff --git a/README.md b/README.md index ad871bff5..bd153a0e3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

-A scalable message queue powered by a segmented, partitioned, replicated and immutable log. +A scalable, distributed message queue powered by a segmented, partitioned, replicated and immutable log.
This is currently a work in progress.