about summary refs log tree commit diff
path: root/ops/mq_cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ops/mq_cli/Cargo.toml')
-rw-r--r--ops/mq_cli/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ops/mq_cli/Cargo.toml b/ops/mq_cli/Cargo.toml
new file mode 100644
index 0000000000..609377793f
--- /dev/null
+++ b/ops/mq_cli/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "mq"
+version = "1.0.0"
+authors = ["Vincent Ambo <vincent@aprila.no>"]
+
+[dependencies]
+clap = "2.31"
+libc = "0.2"
+nix = "0.10"
+posix_mq = "0.1.2"