From 98b6af02f525bdf61de806ffd8545f0b5a3fa817 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 5 Feb 2022 16:41:35 +0300 Subject: chore(mq_cli): Rename cargo project to mq_cli 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 Tested-by: BuildkiteCI --- ops/mq_cli/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ops/mq_cli/Cargo.toml') diff --git a/ops/mq_cli/Cargo.toml b/ops/mq_cli/Cargo.toml index 8024d0b926..816a370759 100644 --- a/ops/mq_cli/Cargo.toml +++ b/ops/mq_cli/Cargo.toml @@ -1,6 +1,8 @@ [package] -name = "mq" -version = "3772.0.0" +name = "mq_cli" +description = "CLI tool for accessing POSIX message queues (mq_overview(7))" +license = "MIT" +version = "3773.0.0" authors = ["Vincent Ambo "] homepage = "https://cs.tvl.fyi/depot/-/tree/ops/mq_cli" repository = "https://code.tvl.fyi/depot.git:/ops/mq_cli.git" -- cgit 1.4.1