From 219716661da90b9aeccbf022da8df6d81aa03b4f Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 4 Sep 2022 16:22:14 +0200 Subject: [PATCH] Fix stuff removed from the Cargo.toml when merging --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bfece5..dc4a413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,8 @@ edition = "2021" description = "A fast and efficient AUR helper" license-file = "LICENSE.md" default-run = "ame" - -[features] -pkg-warner = [] - +keywords = ["aur", "crystal-linux", "pacman", "aur-helper"] +categories = ["command-line-utilities"] [[bin]] name = "ame"