mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 23:37:13 +08:00
(server) Add a server written in Rust
This commit is contained in:
10
Server/Cargo.toml
Normal file
10
Server/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "The game server."
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
colored = "3"
|
||||
log = "0.4"
|
||||
Reference in New Issue
Block a user