[package] name = "run-parts-gen-rs" version = "0.1.0" authors = ["Jan Christian Grünhage "] 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"