From 538f969d904c875c40c8f51415a16f0813ccd2e8 Mon Sep 17 00:00:00 2001 From: Kornel Date: Sun, 31 Mar 2019 06:36:45 +0100 Subject: [PATCH] Update Cargo.toml (#140) Categorization --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9b3f8182..eca889d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "topgrade" description = "Upgrade all the things" +categories = ["os"] +keywords = ["upgrade", "update"] license-file = "LICENSE" repository = "https://github.com/r-darwish/topgrade" version = "1.10.0"