finga
e96ba1dca1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add a homepage URL and a the readme to sysvmq's Cargo.toml.
17 lines
467 B
TOML
17 lines
467 B
TOML
[package]
|
|
name = "sysvmq"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
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"]
|
|
|
|
[dependencies]
|
|
libc = "0.2.98"
|
|
thiserror = "1.0.26"
|
|
nix = "0.27.1"
|