# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "scripper" version = "0.1.21" description = "A simple command line tool to run multiple scripts in a succint and organised way. It will run all the scripts, capture the output and only print when an error has occured design to run something like tests and linting where you only care when it fails" readme = "README.md" keywords = [ "scirpts", "cli", "run", "sequential", "tool", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Danny-Duck/scripper" [[bin]] name = "scripper" path = "src/main.rs" bench = false [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.regex] version = "1.6.0"