a291c8690a
GitOrigin-RevId: e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0
12 lines
347 B
TOML
12 lines
347 B
TOML
[package]
|
|
name = "posix_mq"
|
|
version = "3771.0.0"
|
|
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
|
description = "(Higher-level) Rust bindings to POSIX message queues"
|
|
license = "MIT"
|
|
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/posix_mq.rs"
|
|
repository = "https://code.tvl.fyi/depot.git:/ops/posix_mq.rs.git"
|
|
|
|
[dependencies]
|
|
nix = "0.23"
|
|
libc = "0.2"
|