tvl-depot/ops/mq_cli/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
155 B
TOML
Raw Normal View History

[package]
name = "mq"
2018-03-19 14:07:51 +01:00
version = "1.0.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
clap = "2.33"
2018-03-19 14:07:51 +01:00
libc = "0.2"
nix = "0.16"
posix_mq = "0.9"