Skip to content

Commit d9928cf

Browse files
committed
Release v0.1.3
1 parent c763c54 commit d9928cf

3 files changed

Lines changed: 33 additions & 30 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# AI
22
.codex
3+
.orchestrator
34
.specify
45

56
# Editor

Cargo.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[package]
22
authors = ["Xavier Lau <x@acg.box>"]
3+
categories = ["asynchronous", "authentication", "caching", "cryptography", "web-programming::http-client"]
34
description = "High-performance async JWKS cache with ETag revalidation, early refresh, and multi-tenant support — built for modern Rust identity systems."
45
edition = "2024"
56
homepage = "https://hack.ink/jwks-cache"
7+
keywords = ["async", "http-cache", "jwks", "jwt", "reqwest"]
68
license = "GPL-3.0"
79
name = "jwks-cache"
810
readme = "README.md"
911
repository = "https://github.com/hack-ink/jwks-cache"
10-
version = "0.1.2"
12+
version = "0.1.3"
1113

1214
[profile.ci-dev]
1315
incremental = false

0 commit comments

Comments
 (0)