mirror of
https://github.com/ex-RushiaLover/traingame-parser.git
synced 2025-06-08 00:52:32 -04:00
16 lines
313 B
TOML
16 lines
313 B
TOML
[package]
|
|
name = "common"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
xxhash-rust.workspace = true
|
|
reqwest.workspace = true
|
|
anyhow.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
indicatif.workspace = true
|
|
|
|
tg-asset-meta.workspace = true
|
|
tg-bytes-util.workspace = true
|