diff options
Diffstat (limited to 'ops/mq_cli/Cargo.toml')
-rw-r--r-- | ops/mq_cli/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ops/mq_cli/Cargo.toml b/ops/mq_cli/Cargo.toml index 8024d0b926c3..816a37075977 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" |