mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
The Assets update is now working properly on Linux
Also added a new Workflow and disabled the Rust workflow. Redesigned Dockerfile
This commit is contained in:
parent
f0599aec9e
commit
0103c31d69
13 changed files with 163 additions and 80 deletions
|
|
@ -18,7 +18,7 @@ thiserror = "1.0.63"
|
|||
chrono = { version = "0.4.38", features = ["now", "serde"] }
|
||||
serde = { version = "1.0.201", features = ["derive"] }
|
||||
serde_json = "1.0.117"
|
||||
toml = "0.8.13"
|
||||
toml = "0.8.19"
|
||||
|
||||
# Other
|
||||
dashmap = { version = "6.0.1", features = ["serde"] }
|
||||
|
|
@ -35,11 +35,12 @@ ring = "0.17.8"
|
|||
rand = "0.8.5"
|
||||
|
||||
# Web framework
|
||||
axum = { version = "0.7.5", features = ["ws", "macros", "http2"] }
|
||||
tower-http = { version = "0.5.2", features = ["trace"] }
|
||||
axum = { version = "0.7.6", features = ["ws", "macros", "http2"] }
|
||||
tower-http = { version = "0.6.0", features = ["trace"] }
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
indexmap = { version = "2.5.0", features = ["serde"] }
|
||||
zip = "2.2.0"
|
||||
lazy_static = "1.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
cross = "0.2.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue