aboutsummaryrefslogtreecommitdiff
path: root/server/bot/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/bot/Cargo.toml')
-rw-r--r--server/bot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index c8717986..ad63f709 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -4,7 +4,7 @@ version = "3.0.0"
edition = "2024"
[dependencies]
-hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] }
+hurrycurry-game-core = { path = "../game-core", features = ["tokio-network"] }
hurrycurry-protocol = { path = "../protocol" }
log = "0.4.28"
anyhow = "1.0.99"