(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