summaryrefslogtreecommitdiff
path: root/server/protocol/Cargo.toml
blob: b6da120af08a089482b9d3391abaef1a6f636f7f (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "hurrycurry-protocol"
version = "8.0.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"] }