switched public api to caching library

This commit is contained in:
2025-07-14 20:26:17 -04:00
parent f4937dc382
commit 42dff3f186
7 changed files with 26 additions and 82 deletions

View File

@@ -15,8 +15,8 @@ use axum::{
routing::get,
Json, Router,
};
use cache::Expiration;
use chrono::Utc;
use fred::types::Expiration;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;