2020-09-30 03:42:59 +00:00
|
|
|
[package]
|
|
|
|
name = "posix_mq"
|
2022-05-19 14:39:52 +00:00
|
|
|
version = "3771.0.0"
|
|
|
|
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
2020-09-30 03:42:59 +00:00
|
|
|
description = "(Higher-level) Rust bindings to POSIX message queues"
|
|
|
|
license = "MIT"
|
2022-05-19 14:39:52 +00:00
|
|
|
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/posix_mq.rs"
|
|
|
|
repository = "https://code.tvl.fyi/depot.git:/ops/posix_mq.rs.git"
|
2020-09-30 03:42:59 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-05-19 14:39:52 +00:00
|
|
|
nix = "0.23"
|
2020-09-30 03:42:59 +00:00
|
|
|
libc = "0.2"
|