mirror of
https://github.com/maciejpedzich/f1-game-packet-parser.git
synced 2025-04-12 00:21:11 +02:00
10 lines
175 B
TOML
10 lines
175 B
TOML
[package]
|
|
name = "f1-game-packet-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
binrw = "0.14"
|
|
bitflags = "2.8"
|
|
serde = { version = "1.0", features = ["derive"] }
|