create caching library

This commit is contained in:
2025-07-14 20:25:36 -04:00
parent 13d022d44c
commit f4937dc382
4 changed files with 1095 additions and 0 deletions

9
backend/cache/Cargo.toml vendored Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "cache"
version = "0.1.0"
edition = "2024"
[dependencies]
fred = "10.1.0"
serde = "1.0.219"
serde_json = "1.0.140"