about summary refs log tree commit diff
path: root/ops/mq_cli
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-02-05T13·41+0300
committertazjin <tazjin@tvl.su>2022-02-05T13·46+0000
commit98b6af02f525bdf61de806ffd8545f0b5a3fa817 (patch)
treef93b93f46aac36583f0ac9ed2380f0c4f90dffc6 /ops/mq_cli
parent0971705902aa98b4d3a9749e95f45071d45d9bf6 (diff)
chore(mq_cli): Rename cargo project to mq_cli r/3773
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
Diffstat (limited to 'ops/mq_cli')
-rw-r--r--ops/mq_cli/Cargo.lock4
-rw-r--r--ops/mq_cli/Cargo.toml6
-rw-r--r--ops/mq_cli/README.md4
3 files changed, 8 insertions, 6 deletions
diff --git a/ops/mq_cli/Cargo.lock b/ops/mq_cli/Cargo.lock
index 1a7fa16a15..18fed3621d 100644
--- a/ops/mq_cli/Cargo.lock
+++ b/ops/mq_cli/Cargo.lock
@@ -86,8 +86,8 @@ dependencies = [
 ]
 
 [[package]]
-name = "mq"
-version = "1.0.0"
+name = "mq_cli"
+version = "3773.0.0"
 dependencies = [
  "clap",
  "libc",
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 <tazjin@tvl.su>"]
 homepage = "https://cs.tvl.fyi/depot/-/tree/ops/mq_cli"
 repository = "https://code.tvl.fyi/depot.git:/ops/mq_cli.git"
diff --git a/ops/mq_cli/README.md b/ops/mq_cli/README.md
index f286836798..1045de896b 100644
--- a/ops/mq_cli/README.md
+++ b/ops/mq_cli/README.md
@@ -32,9 +32,9 @@ SUBCOMMANDS:
 Development happens in the [TVL
 monorepo](https://cs.tvl.fyi/depot/-/tree/ops/mq_cli).
 
-Starting from version `3771.0.0`, the version numbers correspond to
+Starting from version `3773.0.0`, the version numbers correspond to
 _revisions_ of the TVL repository, available as git refs (e.g.
-`refs/r/3771`).
+`refs/r/3773`).
 
 See the TVL documentation for more information about how to contribute
 to the codebase.