literustlib_server 0.4.0

Rust server for LiteNetLib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "literustlib_server"
version = "0.4.0"
edition = "2024"
description = "Rust server for LiteNetLib"
license = "GPL-3.0-only"
authors = ["NGnius <ngniusness@gmail.com>"]
readme = "../README.md"
repository = "https://git.ngram.ca/OpenJam/LiteRustLib"

[dependencies]
literustlib = { version = "0.4.0", path = "../" }
tokio = { version = "1.43", features = [ "net", "sync", "time", "rt" ] }
log = "0.4"
async-trait = "0.1"
bytes = "1.10"
async-recursion = "1.1"
chrono = "0.4"