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