29 lines
592 B
TOML
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"
|