aboutsummaryrefslogtreecommitdiff
path: root/server/protocol/Cargo.toml
blob: 5ef6df403fb1de25ca7699a5543231c377e3a9e6 (plain)
1
2
3
4
5
6
7
8
[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"] }