From 4e5bfa27fee36c2be5076ea4a311dd5b9d67c796 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 8 Dec 2023 02:08:20 +0100 Subject: [PATCH] cargo: Fix cargo metadata Fix repository, homepage and add documentation url. --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5910f36..da87343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "sysvmq" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["finga "] -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"]