aboutsummaryrefslogtreecommitdiff
path: root/server/client-lib/Cargo.toml
blob: 6a3e7f981d49f96056ac9a4177c245f83e5211c2 (plain)
1
2
3
4
5
6
7
[package]
name = "hurrycurry-client-lib"
version = "0.1.0"
edition = "2021"

[dependencies]
hurrycurry-protocol = { path = "../protocol" }