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