cargo: Fix cargo metadata
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

Fix repository, homepage and add documentation url.
This commit is contained in:
finga 2023-12-08 02:08:20 +01:00
parent 1972c8f07c
commit 4e5bfa27fe

View file

@ -1,12 +1,13 @@
[package]
name = "sysvmq"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["finga <mqrs@onders.org>"]
repository = "https://git.onders.org/finga/mqrs"
repository = "https://git.onders.org/finga/sysvmq"
license = "GPL-3.0-or-later"
description = "A simple API for SysV IPC message queues."
homepage = "https://git.onders.org/finga/mqrs/sysvmq"
homepage = "https://git.onders.org/finga/sysvmq"
documentation = "https://docs.rs/sysvmq/latest/sysvmq/"
readme = "README.md"
keywords = ["message_queue", "mq", "sysv", "ipc"]
categories = ["os"]