cargo: Fix cargo metadata
Fix repository, homepage and add documentation url.
This commit is contained in:
parent
1972c8f07c
commit
4e5bfa27fe
1 changed files with 4 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue