Add a homepage URL and a the readme to sysvmq's Cargo.toml.
This commit is contained in:
parent
a29aa7971d
commit
e96ba1dca1
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ authors = ["finga <mqrs@onders.org>"]
|
|||
repository = "https://git.onders.org/finga/mqrs"
|
||||
license = "GPL-3.0-or-later"
|
||||
description = "A simple API for SysV IPC message queues."
|
||||
homepage = "https://git.onders.org/finga/mqrs/sysvmq"
|
||||
readme = "README.md"
|
||||
keywords = ["message_queue", "mq", "mqueue", "queue", "sysv", "ipc"]
|
||||
categories = ["os"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue