mirror of
https://github.com/Bluemangoo/sekai-unpacker.git
synced 2026-05-06 20:44:47 +08:00
11 lines
272 B
TOML
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"] } |