36 lines
712 B
TOML
36 lines
712 B
TOML
|
[package]
|
||
|
name = "gameserver"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
env_logger.workspace = true
|
||
|
|
||
|
serde.workspace = true
|
||
|
serde_json.workspace = true
|
||
|
|
||
|
tokio.workspace = true
|
||
|
tokio-util.workspace = true
|
||
|
|
||
|
atomic_refcell.workspace = true
|
||
|
hex.workspace = true
|
||
|
rand.workspace = true
|
||
|
rand_mt.workspace = true
|
||
|
paste.workspace = true
|
||
|
lazy_static.workspace = true
|
||
|
|
||
|
tracing.workspace = true
|
||
|
tracing-futures.workspace = true
|
||
|
tracing-log.workspace = true
|
||
|
tracing-subscriber.workspace = true
|
||
|
tracing-bunyan-formatter.workspace = true
|
||
|
ansi_term.workspace = true
|
||
|
|
||
|
prost.workspace = true
|
||
|
rbase64.workspace = true
|
||
|
proto.workspace = true
|
||
|
|
||
|
mhy-kcp.workspace = true
|
||
|
common.workspace = true
|