From 9125199d80f227717425526799644fc0bf183976 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 27 Apr 2022 21:20:26 +0100 Subject: [PATCH] Added Cargo keywords (tags) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for collect's current commit: Blessing − 吉 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07114cd..fbfc232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "collect" version = "1.0.0" description = "collect all of stdin until it is closed, then output it all to stdout" - +keywords = ["shell", "pipe", "utility", "unix", "linux"] authors = ["Avril "] homepage = "https://git.flanchan.moe/flanchan/collect/" repository="https://github.com/notflan/collect"