systemd-cron-next/Cargo.toml

29 lines
592 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]
2015-07-21 12:22:01 +03:00
libc = "*"
2015-07-04 16:44:20 +03:00
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 = "*"
2015-07-20 18:50:10 +03:00
tempfile = "*"
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"
2015-07-21 12:22:01 +03:00
[dependencies.users]
version = "*"
git = "https://github.com/kstep/rust-users.git"