mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Assets seeker more effective, directories changed, added assets auto check/update.
This commit is contained in:
parent
7a37ce8a6b
commit
325a73da5a
11 changed files with 550 additions and 60 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue