This commit is contained in:
yuvlian
2026-02-14 17:25:23 +07:00
commit d16cfd2494
17 changed files with 259 additions and 0 deletions

7
resource_api/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "resource_api"
version = "0.1.0"
edition = "2024"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }