mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 01:17:12 +08:00
12 lines
198 B
TOML
12 lines
198 B
TOML
[package]
|
|
name = "server"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "The game server."
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
colored = "3"
|
|
log = "0.4"
|
|
tokio = { version = "1", features = ["full"] }
|