add keywords to cargo manifest

This commit is contained in:
Konstantin Stepanov 2015-08-31 15:00:02 +03:00
parent 58db811758
commit 1a28b094f2

View File

@ -7,6 +7,7 @@ repository = "https://github.com/systemd-cron/systemd-cron-next"
license = "MIT"
authors = ["Konstantin Stepanov <me@kstep.me>"]
build = "build.rs"
keywords = ["cron", "crontab", "systemd", "generator"]
[features]
default = ["sched-boot", "sched-hourly", "sched-daily", "sched-weekly", "sched-monthly"]