cache: add in-memory fallback stores

This commit is contained in:
a.tolmachev
2026-05-03 21:19:29 +00:00
parent 1deb70c926
commit c5cd6c1526
5 changed files with 354 additions and 6 deletions
+1
View File
@@ -7,6 +7,7 @@ version.workspace = true
[dependencies]
aes-gcm.workspace = true
async-trait = "0.1"
base64.workspace = true
crank-adapter-graphql = { path = "../crank-adapter-graphql" }
crank-adapter-grpc = { path = "../crank-adapter-grpc" }