2017-10-20 12:06:17 +02:00
|
|
|
[package]
|
2022-02-05 14:41:35 +01:00
|
|
|
name = "mq_cli"
|
|
|
|
description = "CLI tool for accessing POSIX message queues (mq_overview(7))"
|
|
|
|
license = "MIT"
|
|
|
|
version = "3773.0.0"
|
2022-02-05 14:34:14 +01:00
|
|
|
authors = ["Vincent Ambo <tazjin@tvl.su>"]
|
|
|
|
homepage = "https://cs.tvl.fyi/depot/-/tree/ops/mq_cli"
|
|
|
|
repository = "https://code.tvl.fyi/depot.git:/ops/mq_cli.git"
|
2017-10-20 12:06:17 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2022-02-05 14:34:14 +01:00
|
|
|
clap = "2.34"
|
2018-03-19 14:07:51 +01:00
|
|
|
libc = "0.2"
|
2022-02-05 14:34:14 +01:00
|
|
|
nix = "0.23"
|
|
|
|
posix_mq = "3771.0.0"
|