traingame-parser/crates/parser/Cargo.toml
2025-06-04 23:01:22 +07:00

15 lines
270 B
TOML

[package]
name = "tg-parser"
edition = "2024"
version.workspace = true
[dependencies]
varint-rs.workspace = true
anyhow.workspace = true
tracing.workspace = true
serde.workspace = true
serde_json.workspace = true
base64.workspace = true
tg-bytes-util.workspace = true