feat(sdk): add automatic hotfix downloader

This commit is contained in:
amizing25
2025-03-12 13:32:32 +07:00
parent 608775b428
commit 6c5ba8b6e4
5 changed files with 200 additions and 44 deletions
+1
View File
@@ -11,6 +11,7 @@ tokio = { version = "1.36.0", features = ["full"] }
axum = "0.8.1"
axum-server = "0.7.1"
tower-http = "0.6.2"
reqwest = "0.12.12"
# JSON
serde = { version = "1.0.197", features = ["derive"] }