You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
522 B
17 lines
522 B
[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" |