sysvmq/Cargo.toml
finga e2a7eb2628
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
cargo: Fix homepage
2023-12-08 02:08:20 +01:00

18 lines
443 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/sysvmq"
readme = "README.md"
keywords = ["message_queue", "mq", "sysv", "ipc"]
categories = ["os"]
[dependencies]
libc = "0.2.98"
thiserror = "1.0.26"
nix = "0.27.1"