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

[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
glam = { version = "0.30.3", features = ["serde"] }
bincode = { version = "2.0.1", features = ["serde", "derive"] }