cargo: Add some Cargo metadata
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Add a homepage URL and a the readme to sysvmq's Cargo.toml.
This commit is contained in:
finga 2023-12-08 01:21:10 +01:00
parent a29aa7971d
commit e96ba1dca1

View file

@ -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"]