cache_bust_macro 0.2.0

Procedural macro for cache_bust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cache_bust_macro"
description = "Procedural macro for cache_bust"
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
edition = "2021"

[lib]
proc-macro = true

[dependencies]
cache_bust_core.workspace = true
litrs = "0.4"