From fff8fc803e26272b9375c090535d2f9b8bad7084 Mon Sep 17 00:00:00 2001 From: amizing25 Date: Sun, 9 Mar 2025 05:20:26 +0700 Subject: [PATCH] chore: expose sdkserver & gameserver as lib --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 679a56e..adb0ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,8 @@ proto = { path = "proto/" } proto-derive = { path = "proto/proto-derive" } mhy-kcp = { path = "kcp/", features = ["tokio"] } common = { path = "common/" } +sdkserver = { path = "sdkserver/"} +gameserver = { path = "gameserver/"} [profile.release] strip = true # Automatically strip symbols from the binary.