systemd-cron-next/Cargo.toml
Konstantin Stepanov 876ecadb53 crontab stab
2015-07-17 13:26:36 +03:00

25 lines
509 B
TOML

[package]
name = "systemd-crontab-generator"
version = "0.9.0"
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>"]
[dependencies]
md5 = "*"
log = "*"
cronparse = "*"
pgs-files = "*"
time = "*"
glob = "*"
docopt = "*"
rustc-serialize = "*"
users = "*"
[dependencies.kernlog]
version = "*"
features = ["nightly"]
path = "/home/kstep/git/rust/kernlog"