diff options
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index add1329f..b6da3738 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -28,7 +28,7 @@ mdns-sd = { version = "0.15.1", optional = true } hurrycurry-locale = { path = "locale" } hurrycurry-protocol = { path = "protocol" } -hurrycurry-client-lib = { path = "client-lib" } +hurrycurry-game-core = { path = "game-core" } hurrycurry-bot = { path = "bot" } hurrycurry-data = { path = "data" } |