systemd-cron-next/Cargo.toml

12 lines
299 B
TOML
Raw Normal View History

2015-03-27 15:51:29 +03:00
[package]
name = "systemd-crontab-generator"
version = "0.1.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>"]
2015-03-28 17:03:42 +03:00
[lib]
name = "cronparse"