cache_bust_cli 0.2.0

CLI tool for use in conjunction with the cache_bust crate to add hashes to file names
[[bin]]
name = "cachebust"
path = "./src/main.rs"
[dependencies.cache_bust]
default-features = false
features = ["build"]
version = "0.2.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[package]
authors = ["David Wolff"]
categories = ["caching", "filesystem", "command-line-utilities"]
description = "CLI tool for use in conjunction with the cache_bust crate to add hashes to file names"
edition = "2021"
keywords = ["cache", "hash", "web", "busting", "cli"]
license = "MIT"
name = "cache_bust_cli"
readme = "README.md"
repository = "https://github.com/dav-wolff/cache_bust"
version = "0.2.0"