Skip to content

Commit

Permalink
Updated Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed Sep 21, 2022
1 parent ad50d5c commit aefb907
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</p>

<p align="center">
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.
<br><i>This is currently a work in progress.</i>
</p>

Expand Down

0 comments on commit aefb907

Please sign in to comment.