create caching library
This commit is contained in:
9
backend/cache/Cargo.toml
vendored
Normal file
9
backend/cache/Cargo.toml
vendored
Normal 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"
|
Reference in New Issue
Block a user