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

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