mirror of
https://git.neonteam.dev/amizing/robinsr.git
synced 2025-03-12 03:28:30 -04:00
chore: expose sdkserver & gameserver as lib
This commit is contained in:
parent
ea640e7992
commit
fff8fc803e
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user