mirror of
https://github.com/Bluemangoo/sekai-unpacker.git
synced 2026-05-06 20:44:47 +08:00
41 lines
817 B
TOML
41 lines
817 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = ["client", "common", "server", "communicator", "assets-updater"]
|
|
|
|
[workspace.dependencies]
|
|
bytes = "1.11.1"
|
|
h2 = "0.4.13"
|
|
http = "1.4.0"
|
|
log = "0.4.29"
|
|
serde = "1.0.228"
|
|
serde_json = "1.0.149"
|
|
simplelog = "0.12.2"
|
|
tokio = "1.51.0"
|
|
tokio-rustls = "0.26.4"
|
|
rustls-pemfile = "2.2.0"
|
|
webpki-roots = "1.0.6"
|
|
aes = "0.8.4"
|
|
rmp-serde = "1.3.1"
|
|
hex = "0.4.3"
|
|
cbc = "0.1.2"
|
|
tempfile = "3.27.0"
|
|
chrono = "0.4.44"
|
|
reqwest = "0.13.2"
|
|
regex = "1.12.3"
|
|
yaml_serde = "0.10.4"
|
|
anyhow = "1.0.102"
|
|
image = "0.25.10"
|
|
cridecoder = "0.1.1"
|
|
thiserror = "2.0.18"
|
|
cipher = "0.4.4"
|
|
moka = "0.12.15"
|
|
uuid = "1.23.0"
|
|
lazy_static = "1.5.0"
|
|
structopt = "0.3.26"
|
|
tokio-util = "0.7.18"
|
|
futures-util = "0.3.32"
|
|
twox-hash = "2.1.2"
|
|
futures = "0.3.32"
|
|
tokio-socks = "0.5.2"
|
|
url = "2.5.8"
|
|
async-http-proxy = "1.2.5" |