1
0
mirror of https://github.com/Bluemangoo/sekai-unpacker.git synced 2026-05-06 20:44:47 +08:00
2026-04-10 15:23:22 +08:00

21 lines
595 B
TOML

[package]
name = "communicator"
version = "0.1.0"
edition = "2024"
[dependencies]
bytes = { workspace = true }
h2 = { workspace = true }
http = { workspace = true }
log = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["net", "rt-multi-thread", "io-util", "time"] }
tokio-rustls = { workspace = true }
rustls-pemfile = { workspace = true }
webpki-roots = { workspace = true }
anyhow = { workspace = true }
tokio-util = { workspace = true }
futures-util = { workspace = true }
futures = "0.3.32"