Initial Commit

This commit is contained in:
BloxerHD 2025-07-09 23:09:30 +01:00
commit c07410b1a7
4 changed files with 134 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "cache-mii"
version = "0.1.0"
edition = "2024"
[dependencies]
rocket = "0.5.1"
tokio = { version = "1", features = ["full"] }
dotenvy = "0.15.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.12", features = ["json"] }
bytes = "1"