cacheb 0.1.0

Compile time cache busting for static assets in web applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cacheb"
version = "0.1.0"
edition = "2021"
description = "Compile time cache busting for static assets in web applications."
license = "MIT"
repository = "https://github.com/NumbyFinance/cacheb"
homepage = "https://github.com/NumbyFinance/cacheb"

[dependencies]
md5 = "0.7"

[dev-dependencies]
tempfile = "3.19"