Assets seeker more effective, directories changed, added assets auto check/update.

This commit is contained in:
Shiroyasha 2024-09-18 11:37:39 +03:00
parent 7a37ce8a6b
commit 325a73da5a
11 changed files with 550 additions and 60 deletions

View file

@ -25,7 +25,7 @@ dashmap = { version = "6.0.1", features = ["serde"] }
hex = "0.4.3"
uuid = { version = "1.8.0", features = ["serde"] }
base64 = "0.22.1"
reqwest = { version = "0.12.6", features = ["json"] }
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
dotenvy = "0.15.7"
semver = "1.0.23"
walkdir = "2.5.0"
@ -39,6 +39,7 @@ axum = { version = "0.7.5", features = ["ws", "macros", "http2"] }
tower-http = { version = "0.5.2", features = ["trace"] }
tokio = { version = "1.37.0", features = ["full"] }
indexmap = { version = "2.5.0", features = ["serde"] }
zip = "2.2.0"
[dev-dependencies]
cross = "0.2.5"