snix/ops/mq_cli/Cargo.toml
Vincent Ambo 0971705902 chore(mq_cli): prepare new release
Same trick as in the last commit, trying to hit the right revision.

Change-Id: I0af9e88b4d2fd8239a7819dbe0da13f26cca8d6b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5233
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-02-05 13:37:31 +00:00

12 lines
282 B
TOML

[package]
name = "mq"
version = "3772.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"