98b6af02f5
I am trying to publish this to crates.io, and `mq` is already taken up by what seems to be a dead project. Change-Id: I14d1f5f31f167fde954d9c1e39fc9fec5f4c3d10 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5234 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
14 lines
379 B
TOML
14 lines
379 B
TOML
[package]
|
|
name = "mq_cli"
|
|
description = "CLI tool for accessing POSIX message queues (mq_overview(7))"
|
|
license = "MIT"
|
|
version = "3773.0.0"
|
|
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"
|
|
|
|
[dependencies]
|
|
clap = "2.34"
|
|
libc = "0.2"
|
|
nix = "0.23"
|
|
posix_mq = "3771.0.0"
|