ResourceHub API. Not for production. Get/Post, Json Serialize/Deserialize

This commit is contained in:
SocioCyber
2026-03-03 06:44:24 -07:00
commit 8a4b324832
22 changed files with 2678 additions and 0 deletions

10
ResourceHub/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "ResourceHub"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.32.0", features = ["full"] }
redis = { version = "1.0.4", features = ["tokio-comp"] }
rocket = { version = "0.5.1", features = ["json"] }
tinterm = "0.2.0"