# 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 = "run-that" version = "0.6.1" authors = ["Davide Ghilardi "] description = "Run scripts from centralized repo" readme = "README.md" keywords = [ "cli", "tool", "script", "runner", ] license = "MIT" repository = "https://github.com/dghilardi/run-that" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.config] version = "0.13.3" [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.163" [dependencies.sha256] version = "1.1.3" [dependencies.toml] version = "0.7.4" [dependencies.update-informer] version = "1.0.0"