chore: expose sdkserver & gameserver as lib

This commit is contained in:
amizing25 2025-03-09 05:20:26 +07:00
parent ea640e7992
commit fff8fc803e

View File

@ -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.