systemd-cron-next/Cargo.toml
Konstantin Stepanov 372f75e181 crontab WIP
2015-07-21 12:59:43 +03:00

29 lines
592 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]
libc = "*"
md5 = "*"
log = "*"
cronparse = "*"
time = "*"
glob = "*"
docopt = "*"
rustc-serialize = "*"
tempfile = "*"
[dependencies.kernlog]
version = "*"
features = ["nightly"]
#path = "/home/kstep/git/rust/kernlog"
[dependencies.users]
version = "*"
git = "https://github.com/kstep/rust-users.git"