run-parts-gen-rs/Cargo.toml

17 lines
522 B
TOML
Raw Normal View History

2017-12-12 18:27:51 +00:00
[package]
name = "run-parts-gen-rs"
version = "0.1.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
description = """A little tool to write scripts to folders for usage with run-parts,
based on definitions in a toml file. Written mostly for educational purposes,
it would probably be easier to write the scripts themselves,
than to take care of a config file where they are defined."""
[dependencies]
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"
log = "0.3"
fern = "0.4"
chrono = "0.4"
clap = "2"