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

[dependencies]
serde = { version = "1.0.225", features = ["derive"] }
glam = { version = "0.30.5", features = ["serde"] }
bincode = { version = "2.0.1", features = ["serde", "derive"] }