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