mirror of
https://old.git.ood.ovh/nehu/tokio-messaging.git
synced 2025-04-28 18:30:03 +02:00
Add some metadata to this crate
This commit is contained in:
parent
1447e0535c
commit
a55f5a60eb
1 changed files with 6 additions and 0 deletions
|
@ -1,7 +1,13 @@
|
|||
[package]
|
||||
name = "tokio-messaging"
|
||||
description = "Publish/subscribe functionality using Tokio channels"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
homepage = "https://github.com/etienne-k/tokio-messaging"
|
||||
repository = "https://github.com/etienne-k/tokio-messaging"
|
||||
categories = ["asynchronous"]
|
||||
keywords = ["tokio", "async", "publish", "subscribe", "messaging"]
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue