chore: expose sdkserver & gameserver as lib
This commit is contained in:
@@ -48,6 +48,8 @@ proto = { path = "proto/" }
|
|||||||
proto-derive = { path = "proto/proto-derive" }
|
proto-derive = { path = "proto/proto-derive" }
|
||||||
mhy-kcp = { path = "kcp/", features = ["tokio"] }
|
mhy-kcp = { path = "kcp/", features = ["tokio"] }
|
||||||
common = { path = "common/" }
|
common = { path = "common/" }
|
||||||
|
sdkserver = { path = "sdkserver/"}
|
||||||
|
gameserver = { path = "gameserver/"}
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = true # Automatically strip symbols from the binary.
|
strip = true # Automatically strip symbols from the binary.
|
||||||
|
|||||||
Reference in New Issue
Block a user