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

@@ -6,8 +6,8 @@ use axum::{
routing::{get, post},
Json,
};
use cache::{Expiration, SetOptions};
use chrono::Utc;
use fred::types::{Expiration, SetOptions};
use serde::{Deserialize, Serialize};
#[derive(Deserialize, Serialize, Debug)]