diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 6b9037ac..da084855 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" default-run = "hurrycurry-server" [dependencies] -glam = { version = "0.28.0", features = ["serde"] } log = "0.4.22" env_logger = "0.11.3" anyhow = "1.0.86" @@ -20,3 +19,5 @@ shlex = "1.3.0" clap = { version = "4.5.8", features = ["derive"] } fake = "2.9.2" pollster = "0.3.0" + +hurrycurry-protocol = { path = "protocol" } |