summaryrefslogtreecommitdiff
path: root/server/protocol/Cargo.toml
blob: f600fa8a21cc9411794dbb5ed83e9713d64c97fb (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "hurrycurry-protocol"
version = "7.4.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.210", features = ["derive"] }
glam = { version = "0.29.0", features = ["serde"] }
bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }