-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paschal Obba
committed
Nov 25, 2023
1 parent
c63913d
commit 3d14216
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
name = "spmc-logger" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Paschal <[email protected]>"] | ||
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 | ||
|
||
|