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"