cargo: Add some Cargo metadata
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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 9cc99b8beb
commit 84b552e21b

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