From 1a28b094f28a54158ed63e9bbd087c551ad18510 Mon Sep 17 00:00:00 2001 From: Konstantin Stepanov Date: Mon, 31 Aug 2015 15:00:02 +0300 Subject: [PATCH] add keywords to cargo manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7e0f9a2..0fc5ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/systemd-cron/systemd-cron-next" license = "MIT" authors = ["Konstantin Stepanov "] build = "build.rs" +keywords = ["cron", "crontab", "systemd", "generator"] [features] default = ["sched-boot", "sched-hourly", "sched-daily", "sched-weekly", "sched-monthly"]