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

11 lines
272 B
TOML

[package]
name = "common"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { workspace = true, features = ["io-util", "fs"] }
anyhow = { workspace = true }
h2 = { workspace = true }
bytes = { workspace = true }
serde = { workspace = true, features = ["derive"] }