systemd-cron-next/Cargo.toml

24 lines
494 B
TOML
Raw Normal View History

2015-03-27 15:51:29 +03:00
[package]
name = "systemd-crontab-generator"
version = "0.9.0"
2015-03-27 15:51:29 +03:00
description = "Systemd generator for crontab files support"
readme = "README.md"
repository = "https://github.com/rust/systemd-crontab-generator"
license = "MIT"
authors = ["Konstantin Stepanov <me@kstep.me>"]
2015-07-04 16:44:20 +03:00
[dependencies]
md5 = "*"
2015-07-04 19:36:44 +03:00
log = "*"
2015-07-05 00:54:30 +03:00
cronparse = "*"
2015-07-17 04:02:58 +03:00
time = "*"
glob = "*"
2015-07-17 08:55:32 +03:00
docopt = "*"
rustc-serialize = "*"
users = "*"
2015-07-04 19:36:44 +03:00
[dependencies.kernlog]
version = "*"
features = ["nightly"]
2015-07-17 18:41:35 +03:00
#path = "/home/kstep/git/rust/kernlog"