-
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
8192K
committed
Feb 14, 2024
1 parent
5d836b1
commit fbf560a
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "redis_logger" | |
version = "0.2.0" | ||
edition = "2018" | ||
description = "A logger implementing the log::Log trait that writes log messages to a Redis pub/sub channel, a stream or both using the redis_rs crate" | ||
repository = "https://github.com/8192K/redis-logger" | ||
repository = "https://github.com/8192K/redis_logger" | ||
authors = ["Sebastian Frehmel <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
categories = ["development-tools", "development-tools::debugging", "database"] | ||
|