mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
+ Assets support
This commit is contained in:
parent
d5433101f1
commit
7a37ce8a6b
6 changed files with 105 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "sculptor"
|
||||
authors = ["Shiroyashik <shiroyashik@shsr.ru>"]
|
||||
version = "0.3.1"
|
||||
version = "0.4.0-dev"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
@ -28,6 +28,7 @@ base64 = "0.22.1"
|
|||
reqwest = { version = "0.12.6", features = ["json"] }
|
||||
dotenvy = "0.15.7"
|
||||
semver = "1.0.23"
|
||||
walkdir = "2.5.0"
|
||||
|
||||
# Crypto
|
||||
ring = "0.17.8"
|
||||
|
|
@ -37,6 +38,7 @@ rand = "0.8.5"
|
|||
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"] }
|
||||
|
||||
[dev-dependencies]
|
||||
cross = "0.2.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue