2024-03-19 05:30:08 +00:00
|
|
|
[package]
|
|
|
|
name = "gameserver"
|
|
|
|
edition = "2021"
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ansi_term.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
|
|
dirs.workspace = true
|
|
|
|
env_logger.workspace = true
|
|
|
|
hex.workspace = true
|
|
|
|
paste.workspace = true
|
|
|
|
sysinfo.workspace = true
|
2024-05-25 10:07:56 +00:00
|
|
|
itertools.workspace = true
|
2024-03-19 05:30:08 +00:00
|
|
|
|
2024-05-26 09:04:04 +00:00
|
|
|
csv.workspace = true
|
2024-03-19 05:30:08 +00:00
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
|
|
|
tokio.workspace = true
|
|
|
|
tokio-util.workspace = true
|
|
|
|
|
|
|
|
tracing.workspace = true
|
|
|
|
tracing-futures.workspace = true
|
|
|
|
tracing-log.workspace = true
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
tracing-bunyan-formatter.workspace = true
|
|
|
|
|
2024-05-24 16:45:45 +00:00
|
|
|
common.workspace = true
|
2024-03-19 05:30:08 +00:00
|
|
|
protocol.workspace = true
|
|
|
|
qwer.workspace = true
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "nap-gameserver"
|
|
|
|
path = "src/main.rs"
|